// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: RogueFinishInfo.proto // #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 { /// Holder for reflection information generated from RogueFinishInfo.proto public static partial class RogueFinishInfoReflection { #region Descriptor /// File descriptor for RogueFinishInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static RogueFinishInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChVSb2d1ZUZpbmlzaEluZm8ucHJvdG8aGlJvZ3VlU2NvcmVSZXdhcmRJbmZv", "LnByb3RvGg5JdGVtTGlzdC5wcm90bxoVUm9ndWVSZWNvcmRJbmZvLnByb3Rv", "IqMCCg9Sb2d1ZUZpbmlzaEluZm8SEwoLREVETEdGSkFFQU0YDiABKA0SHgoL", "SExPQkpPT0VCT0QYDSABKAsyCS5JdGVtTGlzdBIUCgtMTU1FQU5KUEVORBjY", "BSABKA0SEwoLTU5CSUVCT0xDQ04YDCABKA0SEwoLQklNRExHSEtBT0kYByAB", "KA0SEAoIc2NvcmVfaWQYCSABKA0SDgoGaXNfd2luGAsgASgIEhAKB2FyZWFf", "aWQYqAggASgNEiUKC3JlY29yZF9pbmZvGAogASgLMhAuUm9ndWVSZWNvcmRJ", "bmZvEioKC0FHUFBFUE1HRk1GGAUgASgLMhUuUm9ndWVTY29yZVJld2FyZElu", "Zm8SFAoMdGFsZW50X3BvaW50GAEgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueScoreRewardInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueRecordInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueFinishInfo), global::EggLink.DanhengServer.Proto.RogueFinishInfo.Parser, new[]{ "DEDLGFJAEAM", "HLOBJOOEBOD", "LMMEANJPEND", "MNBIEBOLCCN", "BIMDLGHKAOI", "ScoreId", "IsWin", "AreaId", "RecordInfo", "AGPPEPMGFMF", "TalentPoint" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class RogueFinishInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RogueFinishInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser 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.RogueFinishInfoReflection.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 RogueFinishInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueFinishInfo(RogueFinishInfo other) : this() { dEDLGFJAEAM_ = other.dEDLGFJAEAM_; hLOBJOOEBOD_ = other.hLOBJOOEBOD_ != null ? other.hLOBJOOEBOD_.Clone() : null; lMMEANJPEND_ = other.lMMEANJPEND_; mNBIEBOLCCN_ = other.mNBIEBOLCCN_; bIMDLGHKAOI_ = other.bIMDLGHKAOI_; scoreId_ = other.scoreId_; isWin_ = other.isWin_; areaId_ = other.areaId_; recordInfo_ = other.recordInfo_ != null ? other.recordInfo_.Clone() : null; aGPPEPMGFMF_ = other.aGPPEPMGFMF_ != null ? other.aGPPEPMGFMF_.Clone() : null; talentPoint_ = other.talentPoint_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RogueFinishInfo Clone() { return new RogueFinishInfo(this); } /// Field number for the "DEDLGFJAEAM" field. public const int DEDLGFJAEAMFieldNumber = 14; private uint dEDLGFJAEAM_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint DEDLGFJAEAM { get { return dEDLGFJAEAM_; } set { dEDLGFJAEAM_ = value; } } /// Field number for the "HLOBJOOEBOD" field. public const int HLOBJOOEBODFieldNumber = 13; private global::EggLink.DanhengServer.Proto.ItemList hLOBJOOEBOD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ItemList HLOBJOOEBOD { get { return hLOBJOOEBOD_; } set { hLOBJOOEBOD_ = value; } } /// Field number for the "LMMEANJPEND" field. public const int LMMEANJPENDFieldNumber = 728; private uint lMMEANJPEND_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint LMMEANJPEND { get { return lMMEANJPEND_; } set { lMMEANJPEND_ = value; } } /// Field number for the "MNBIEBOLCCN" field. public const int MNBIEBOLCCNFieldNumber = 12; private uint mNBIEBOLCCN_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint MNBIEBOLCCN { get { return mNBIEBOLCCN_; } set { mNBIEBOLCCN_ = value; } } /// Field number for the "BIMDLGHKAOI" field. public const int BIMDLGHKAOIFieldNumber = 7; private uint bIMDLGHKAOI_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint BIMDLGHKAOI { get { return bIMDLGHKAOI_; } set { bIMDLGHKAOI_ = value; } } /// Field number for the "score_id" field. public const int ScoreIdFieldNumber = 9; private uint scoreId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint ScoreId { get { return scoreId_; } set { scoreId_ = value; } } /// Field number for the "is_win" field. public const int IsWinFieldNumber = 11; private bool isWin_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool IsWin { get { return isWin_; } set { isWin_ = value; } } /// Field number for the "area_id" field. public const int AreaIdFieldNumber = 1064; private uint areaId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint AreaId { get { return areaId_; } set { areaId_ = value; } } /// Field number for the "record_info" field. public const int RecordInfoFieldNumber = 10; private global::EggLink.DanhengServer.Proto.RogueRecordInfo recordInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueRecordInfo RecordInfo { get { return recordInfo_; } set { recordInfo_ = value; } } /// Field number for the "AGPPEPMGFMF" field. public const int AGPPEPMGFMFFieldNumber = 5; private global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo aGPPEPMGFMF_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo AGPPEPMGFMF { get { return aGPPEPMGFMF_; } set { aGPPEPMGFMF_ = value; } } /// Field number for the "talent_point" field. public const int TalentPointFieldNumber = 1; private uint talentPoint_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint TalentPoint { get { return talentPoint_; } set { talentPoint_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as RogueFinishInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(RogueFinishInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (DEDLGFJAEAM != other.DEDLGFJAEAM) return false; if (!object.Equals(HLOBJOOEBOD, other.HLOBJOOEBOD)) return false; if (LMMEANJPEND != other.LMMEANJPEND) return false; if (MNBIEBOLCCN != other.MNBIEBOLCCN) return false; if (BIMDLGHKAOI != other.BIMDLGHKAOI) return false; if (ScoreId != other.ScoreId) return false; if (IsWin != other.IsWin) return false; if (AreaId != other.AreaId) return false; if (!object.Equals(RecordInfo, other.RecordInfo)) return false; if (!object.Equals(AGPPEPMGFMF, other.AGPPEPMGFMF)) return false; if (TalentPoint != other.TalentPoint) 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 (DEDLGFJAEAM != 0) hash ^= DEDLGFJAEAM.GetHashCode(); if (hLOBJOOEBOD_ != null) hash ^= HLOBJOOEBOD.GetHashCode(); if (LMMEANJPEND != 0) hash ^= LMMEANJPEND.GetHashCode(); if (MNBIEBOLCCN != 0) hash ^= MNBIEBOLCCN.GetHashCode(); if (BIMDLGHKAOI != 0) hash ^= BIMDLGHKAOI.GetHashCode(); if (ScoreId != 0) hash ^= ScoreId.GetHashCode(); if (IsWin != false) hash ^= IsWin.GetHashCode(); if (AreaId != 0) hash ^= AreaId.GetHashCode(); if (recordInfo_ != null) hash ^= RecordInfo.GetHashCode(); if (aGPPEPMGFMF_ != null) hash ^= AGPPEPMGFMF.GetHashCode(); if (TalentPoint != 0) hash ^= TalentPoint.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 (TalentPoint != 0) { output.WriteRawTag(8); output.WriteUInt32(TalentPoint); } if (aGPPEPMGFMF_ != null) { output.WriteRawTag(42); output.WriteMessage(AGPPEPMGFMF); } if (BIMDLGHKAOI != 0) { output.WriteRawTag(56); output.WriteUInt32(BIMDLGHKAOI); } if (ScoreId != 0) { output.WriteRawTag(72); output.WriteUInt32(ScoreId); } if (recordInfo_ != null) { output.WriteRawTag(82); output.WriteMessage(RecordInfo); } if (IsWin != false) { output.WriteRawTag(88); output.WriteBool(IsWin); } if (MNBIEBOLCCN != 0) { output.WriteRawTag(96); output.WriteUInt32(MNBIEBOLCCN); } if (hLOBJOOEBOD_ != null) { output.WriteRawTag(106); output.WriteMessage(HLOBJOOEBOD); } if (DEDLGFJAEAM != 0) { output.WriteRawTag(112); output.WriteUInt32(DEDLGFJAEAM); } if (LMMEANJPEND != 0) { output.WriteRawTag(192, 45); output.WriteUInt32(LMMEANJPEND); } if (AreaId != 0) { output.WriteRawTag(192, 66); output.WriteUInt32(AreaId); } 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 (TalentPoint != 0) { output.WriteRawTag(8); output.WriteUInt32(TalentPoint); } if (aGPPEPMGFMF_ != null) { output.WriteRawTag(42); output.WriteMessage(AGPPEPMGFMF); } if (BIMDLGHKAOI != 0) { output.WriteRawTag(56); output.WriteUInt32(BIMDLGHKAOI); } if (ScoreId != 0) { output.WriteRawTag(72); output.WriteUInt32(ScoreId); } if (recordInfo_ != null) { output.WriteRawTag(82); output.WriteMessage(RecordInfo); } if (IsWin != false) { output.WriteRawTag(88); output.WriteBool(IsWin); } if (MNBIEBOLCCN != 0) { output.WriteRawTag(96); output.WriteUInt32(MNBIEBOLCCN); } if (hLOBJOOEBOD_ != null) { output.WriteRawTag(106); output.WriteMessage(HLOBJOOEBOD); } if (DEDLGFJAEAM != 0) { output.WriteRawTag(112); output.WriteUInt32(DEDLGFJAEAM); } if (LMMEANJPEND != 0) { output.WriteRawTag(192, 45); output.WriteUInt32(LMMEANJPEND); } if (AreaId != 0) { output.WriteRawTag(192, 66); output.WriteUInt32(AreaId); } 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 (DEDLGFJAEAM != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DEDLGFJAEAM); } if (hLOBJOOEBOD_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(HLOBJOOEBOD); } if (LMMEANJPEND != 0) { size += 2 + pb::CodedOutputStream.ComputeUInt32Size(LMMEANJPEND); } if (MNBIEBOLCCN != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MNBIEBOLCCN); } if (BIMDLGHKAOI != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BIMDLGHKAOI); } if (ScoreId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId); } if (IsWin != false) { size += 1 + 1; } if (AreaId != 0) { size += 2 + pb::CodedOutputStream.ComputeUInt32Size(AreaId); } if (recordInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(RecordInfo); } if (aGPPEPMGFMF_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(AGPPEPMGFMF); } if (TalentPoint != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TalentPoint); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(RogueFinishInfo other) { if (other == null) { return; } if (other.DEDLGFJAEAM != 0) { DEDLGFJAEAM = other.DEDLGFJAEAM; } if (other.hLOBJOOEBOD_ != null) { if (hLOBJOOEBOD_ == null) { HLOBJOOEBOD = new global::EggLink.DanhengServer.Proto.ItemList(); } HLOBJOOEBOD.MergeFrom(other.HLOBJOOEBOD); } if (other.LMMEANJPEND != 0) { LMMEANJPEND = other.LMMEANJPEND; } if (other.MNBIEBOLCCN != 0) { MNBIEBOLCCN = other.MNBIEBOLCCN; } if (other.BIMDLGHKAOI != 0) { BIMDLGHKAOI = other.BIMDLGHKAOI; } if (other.ScoreId != 0) { ScoreId = other.ScoreId; } if (other.IsWin != false) { IsWin = other.IsWin; } if (other.AreaId != 0) { AreaId = other.AreaId; } if (other.recordInfo_ != null) { if (recordInfo_ == null) { RecordInfo = new global::EggLink.DanhengServer.Proto.RogueRecordInfo(); } RecordInfo.MergeFrom(other.RecordInfo); } if (other.aGPPEPMGFMF_ != null) { if (aGPPEPMGFMF_ == null) { AGPPEPMGFMF = new global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo(); } AGPPEPMGFMF.MergeFrom(other.AGPPEPMGFMF); } if (other.TalentPoint != 0) { TalentPoint = other.TalentPoint; } _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 8: { TalentPoint = input.ReadUInt32(); break; } case 42: { if (aGPPEPMGFMF_ == null) { AGPPEPMGFMF = new global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo(); } input.ReadMessage(AGPPEPMGFMF); break; } case 56: { BIMDLGHKAOI = input.ReadUInt32(); break; } case 72: { ScoreId = input.ReadUInt32(); break; } case 82: { if (recordInfo_ == null) { RecordInfo = new global::EggLink.DanhengServer.Proto.RogueRecordInfo(); } input.ReadMessage(RecordInfo); break; } case 88: { IsWin = input.ReadBool(); break; } case 96: { MNBIEBOLCCN = input.ReadUInt32(); break; } case 106: { if (hLOBJOOEBOD_ == null) { HLOBJOOEBOD = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(HLOBJOOEBOD); break; } case 112: { DEDLGFJAEAM = input.ReadUInt32(); break; } case 5824: { LMMEANJPEND = input.ReadUInt32(); break; } case 8512: { AreaId = input.ReadUInt32(); 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 8: { TalentPoint = input.ReadUInt32(); break; } case 42: { if (aGPPEPMGFMF_ == null) { AGPPEPMGFMF = new global::EggLink.DanhengServer.Proto.RogueScoreRewardInfo(); } input.ReadMessage(AGPPEPMGFMF); break; } case 56: { BIMDLGHKAOI = input.ReadUInt32(); break; } case 72: { ScoreId = input.ReadUInt32(); break; } case 82: { if (recordInfo_ == null) { RecordInfo = new global::EggLink.DanhengServer.Proto.RogueRecordInfo(); } input.ReadMessage(RecordInfo); break; } case 88: { IsWin = input.ReadBool(); break; } case 96: { MNBIEBOLCCN = input.ReadUInt32(); break; } case 106: { if (hLOBJOOEBOD_ == null) { HLOBJOOEBOD = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(HLOBJOOEBOD); break; } case 112: { DEDLGFJAEAM = input.ReadUInt32(); break; } case 5824: { LMMEANJPEND = input.ReadUInt32(); break; } case 8512: { AreaId = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code