Files
DanhengServer-OpenSource/Proto/RogueMagicGameLevelInfo.cs
2025-05-04 15:28:56 +08:00

415 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueMagicGameLevelInfo.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021, 8981
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = global::System.Collections.Generic;
namespace EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from RogueMagicGameLevelInfo.proto</summary>
public static partial class RogueMagicGameLevelInfoReflection {
#region Descriptor
/// <summary>File descriptor for RogueMagicGameLevelInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueMagicGameLevelInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1Sb2d1ZU1hZ2ljR2FtZUxldmVsSW5mby5wcm90bxobUm9ndWVNYWdpY0xl",
"dmVsU3RhdHVzLnByb3RvGhlSb2d1ZU1hZ2ljTGF5ZXJJbmZvLnByb3RvGhxS",
"b2d1ZU1hZ2ljU2V0dGxlUmVhc29uLnByb3RvIuIBChdSb2d1ZU1hZ2ljR2Ft",
"ZUxldmVsSW5mbxImCgZzdGF0dXMYBCABKA4yFi5Sb2d1ZU1hZ2ljTGV2ZWxT",
"dGF0dXMSFwoPY3VyX2xldmVsX2luZGV4GAYgASgNEhMKC0FDR0JFTEFJR0JP",
"GAMgASgNEicKBnJlYXNvbhgIIAEoDjIXLlJvZ3VlTWFnaWNTZXR0bGVSZWFz",
"b24SLQoPbGV2ZWxfaW5mb19saXN0GAsgAygLMhQuUm9ndWVNYWdpY0xheWVy",
"SW5mbxIZChFleHRyYV9yb3VuZF9saW1pdBgHIAEoDUIeqgIbRWdnTGluay5E",
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicLevelStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicLayerInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueMagicSettleReasonReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicGameLevelInfo), global::EggLink.DanhengServer.Proto.RogueMagicGameLevelInfo.Parser, new[]{ "Status", "CurLevelIndex", "ACGBELAIGBO", "Reason", "LevelInfoList", "ExtraRoundLimit" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueMagicGameLevelInfo : pb::IMessage<RogueMagicGameLevelInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueMagicGameLevelInfo> _parser = new pb::MessageParser<RogueMagicGameLevelInfo>(() => new RogueMagicGameLevelInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueMagicGameLevelInfo> Parser { get { return _parser; } }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
get { return global::EggLink.DanhengServer.Proto.RogueMagicGameLevelInfoReflection.Descriptor.MessageTypes[0]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
pbr::MessageDescriptor pb::IMessage.Descriptor {
get { return Descriptor; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueMagicGameLevelInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueMagicGameLevelInfo(RogueMagicGameLevelInfo other) : this() {
status_ = other.status_;
curLevelIndex_ = other.curLevelIndex_;
aCGBELAIGBO_ = other.aCGBELAIGBO_;
reason_ = other.reason_;
levelInfoList_ = other.levelInfoList_.Clone();
extraRoundLimit_ = other.extraRoundLimit_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueMagicGameLevelInfo Clone() {
return new RogueMagicGameLevelInfo(this);
}
/// <summary>Field number for the "status" field.</summary>
public const int StatusFieldNumber = 4;
private global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus status_ = global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus Status {
get { return status_; }
set {
status_ = value;
}
}
/// <summary>Field number for the "cur_level_index" field.</summary>
public const int CurLevelIndexFieldNumber = 6;
private uint curLevelIndex_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurLevelIndex {
get { return curLevelIndex_; }
set {
curLevelIndex_ = value;
}
}
/// <summary>Field number for the "ACGBELAIGBO" field.</summary>
public const int ACGBELAIGBOFieldNumber = 3;
private uint aCGBELAIGBO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ACGBELAIGBO {
get { return aCGBELAIGBO_; }
set {
aCGBELAIGBO_ = value;
}
}
/// <summary>Field number for the "reason" field.</summary>
public const int ReasonFieldNumber = 8;
private global::EggLink.DanhengServer.Proto.RogueMagicSettleReason reason_ = global::EggLink.DanhengServer.Proto.RogueMagicSettleReason.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueMagicSettleReason Reason {
get { return reason_; }
set {
reason_ = value;
}
}
/// <summary>Field number for the "level_info_list" field.</summary>
public const int LevelInfoListFieldNumber = 11;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.RogueMagicLayerInfo> _repeated_levelInfoList_codec
= pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.RogueMagicLayerInfo.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueMagicLayerInfo> levelInfoList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueMagicLayerInfo>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueMagicLayerInfo> LevelInfoList {
get { return levelInfoList_; }
}
/// <summary>Field number for the "extra_round_limit" field.</summary>
public const int ExtraRoundLimitFieldNumber = 7;
private uint extraRoundLimit_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ExtraRoundLimit {
get { return extraRoundLimit_; }
set {
extraRoundLimit_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueMagicGameLevelInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueMagicGameLevelInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Status != other.Status) return false;
if (CurLevelIndex != other.CurLevelIndex) return false;
if (ACGBELAIGBO != other.ACGBELAIGBO) return false;
if (Reason != other.Reason) return false;
if(!levelInfoList_.Equals(other.levelInfoList_)) return false;
if (ExtraRoundLimit != other.ExtraRoundLimit) return false;
return Equals(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (Status != global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus.None) hash ^= Status.GetHashCode();
if (CurLevelIndex != 0) hash ^= CurLevelIndex.GetHashCode();
if (ACGBELAIGBO != 0) hash ^= ACGBELAIGBO.GetHashCode();
if (Reason != global::EggLink.DanhengServer.Proto.RogueMagicSettleReason.None) hash ^= Reason.GetHashCode();
hash ^= levelInfoList_.GetHashCode();
if (ExtraRoundLimit != 0) hash ^= ExtraRoundLimit.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
return hash;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override string ToString() {
return pb::JsonFormatter.ToDiagnosticString(this);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void WriteTo(pb::CodedOutputStream output) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (ACGBELAIGBO != 0) {
output.WriteRawTag(24);
output.WriteUInt32(ACGBELAIGBO);
}
if (Status != global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus.None) {
output.WriteRawTag(32);
output.WriteEnum((int) Status);
}
if (CurLevelIndex != 0) {
output.WriteRawTag(48);
output.WriteUInt32(CurLevelIndex);
}
if (ExtraRoundLimit != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ExtraRoundLimit);
}
if (Reason != global::EggLink.DanhengServer.Proto.RogueMagicSettleReason.None) {
output.WriteRawTag(64);
output.WriteEnum((int) Reason);
}
levelInfoList_.WriteTo(output, _repeated_levelInfoList_codec);
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (ACGBELAIGBO != 0) {
output.WriteRawTag(24);
output.WriteUInt32(ACGBELAIGBO);
}
if (Status != global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus.None) {
output.WriteRawTag(32);
output.WriteEnum((int) Status);
}
if (CurLevelIndex != 0) {
output.WriteRawTag(48);
output.WriteUInt32(CurLevelIndex);
}
if (ExtraRoundLimit != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ExtraRoundLimit);
}
if (Reason != global::EggLink.DanhengServer.Proto.RogueMagicSettleReason.None) {
output.WriteRawTag(64);
output.WriteEnum((int) Reason);
}
levelInfoList_.WriteTo(ref output, _repeated_levelInfoList_codec);
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
}
#endif
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (Status != global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status);
}
if (CurLevelIndex != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurLevelIndex);
}
if (ACGBELAIGBO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ACGBELAIGBO);
}
if (Reason != global::EggLink.DanhengServer.Proto.RogueMagicSettleReason.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Reason);
}
size += levelInfoList_.CalculateSize(_repeated_levelInfoList_codec);
if (ExtraRoundLimit != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ExtraRoundLimit);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueMagicGameLevelInfo other) {
if (other == null) {
return;
}
if (other.Status != global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus.None) {
Status = other.Status;
}
if (other.CurLevelIndex != 0) {
CurLevelIndex = other.CurLevelIndex;
}
if (other.ACGBELAIGBO != 0) {
ACGBELAIGBO = other.ACGBELAIGBO;
}
if (other.Reason != global::EggLink.DanhengServer.Proto.RogueMagicSettleReason.None) {
Reason = other.Reason;
}
levelInfoList_.Add(other.levelInfoList_);
if (other.ExtraRoundLimit != 0) {
ExtraRoundLimit = other.ExtraRoundLimit;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(pb::CodedInputStream input) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
input.ReadRawMessage(this);
#else
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 24: {
ACGBELAIGBO = input.ReadUInt32();
break;
}
case 32: {
Status = (global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus) input.ReadEnum();
break;
}
case 48: {
CurLevelIndex = input.ReadUInt32();
break;
}
case 56: {
ExtraRoundLimit = input.ReadUInt32();
break;
}
case 64: {
Reason = (global::EggLink.DanhengServer.Proto.RogueMagicSettleReason) input.ReadEnum();
break;
}
case 90: {
levelInfoList_.AddEntriesFrom(input, _repeated_levelInfoList_codec);
break;
}
}
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 24: {
ACGBELAIGBO = input.ReadUInt32();
break;
}
case 32: {
Status = (global::EggLink.DanhengServer.Proto.RogueMagicLevelStatus) input.ReadEnum();
break;
}
case 48: {
CurLevelIndex = input.ReadUInt32();
break;
}
case 56: {
ExtraRoundLimit = input.ReadUInt32();
break;
}
case 64: {
Reason = (global::EggLink.DanhengServer.Proto.RogueMagicSettleReason) input.ReadEnum();
break;
}
case 90: {
levelInfoList_.AddEntriesFrom(ref input, _repeated_levelInfoList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code