// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: PVEBattleResultScRsp.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 PVEBattleResultScRsp.proto public static partial class PVEBattleResultScRspReflection { #region Descriptor /// File descriptor for PVEBattleResultScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static PVEBattleResultScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpQVkVCYXR0bGVSZXN1bHRTY1JzcC5wcm90bxoSQmF0dGxlQXZhdGFyLnBy", "b3RvGg5JdGVtTGlzdC5wcm90bxoVQmF0dGxlRW5kU3RhdHVzLnByb3RvIqMD", "ChRQVkVCYXR0bGVSZXN1bHRTY1JzcBIXCgR1bmsxGAYgASgLMgkuSXRlbUxp", "c3QSEAoIZXZlbnRfaWQYAyABKA0SKQoSYmF0dGxlX2F2YXRhcl9saXN0GAsg", "AygLMg0uQmF0dGxlQXZhdGFyEhgKBHVuazIYng4gASgLMgkuSXRlbUxpc3QS", "HAoJZHJvcF9kYXRhGA4gASgLMgkuSXRlbUxpc3QSFwoPY2hlY2tfaWRlbnRp", "Y2FsGAEgASgIEhMKC0lFT0hFQUxCT0tGGAkgASgNEg8KB3JldGNvZGUYCCAB", "KA0SEwoLYmluX3ZlcnNpb24YDCABKAkSFwoEdW5rMxgFIAEoCzIJLkl0ZW1M", "aXN0EhEKCWJhdHRsZV9pZBgKIAEoDRIbChNtaXNtYXRjaF90dXJuX2NvdW50", "GAIgASgNEhMKC3Jlc192ZXJzaW9uGA8gASgJEiQKCmVuZF9zdGF0dXMYByAB", "KA4yEC5CYXR0bGVFbmRTdGF0dXMSEwoLSUFGUEdGTUhQQ0oYDSABKA0SEAoI", "c3RhZ2VfaWQYBCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90", "b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleEndStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PVEBattleResultScRsp), global::EggLink.DanhengServer.Proto.PVEBattleResultScRsp.Parser, new[]{ "Unk1", "EventId", "BattleAvatarList", "Unk2", "DropData", "CheckIdentical", "IEOHEALBOKF", "Retcode", "BinVersion", "Unk3", "BattleId", "MismatchTurnCount", "ResVersion", "EndStatus", "IAFPGFMHPCJ", "StageId" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class PVEBattleResultScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PVEBattleResultScRsp()); 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.PVEBattleResultScRspReflection.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 PVEBattleResultScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PVEBattleResultScRsp(PVEBattleResultScRsp other) : this() { unk1_ = other.unk1_ != null ? other.unk1_.Clone() : null; eventId_ = other.eventId_; battleAvatarList_ = other.battleAvatarList_.Clone(); unk2_ = other.unk2_ != null ? other.unk2_.Clone() : null; dropData_ = other.dropData_ != null ? other.dropData_.Clone() : null; checkIdentical_ = other.checkIdentical_; iEOHEALBOKF_ = other.iEOHEALBOKF_; retcode_ = other.retcode_; binVersion_ = other.binVersion_; unk3_ = other.unk3_ != null ? other.unk3_.Clone() : null; battleId_ = other.battleId_; mismatchTurnCount_ = other.mismatchTurnCount_; resVersion_ = other.resVersion_; endStatus_ = other.endStatus_; iAFPGFMHPCJ_ = other.iAFPGFMHPCJ_; stageId_ = other.stageId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PVEBattleResultScRsp Clone() { return new PVEBattleResultScRsp(this); } /// Field number for the "unk1" field. public const int Unk1FieldNumber = 6; private global::EggLink.DanhengServer.Proto.ItemList unk1_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ItemList Unk1 { get { return unk1_; } set { unk1_ = value; } } /// Field number for the "event_id" field. public const int EventIdFieldNumber = 3; private uint eventId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EventId { get { return eventId_; } set { eventId_ = value; } } /// Field number for the "battle_avatar_list" field. public const int BattleAvatarListFieldNumber = 11; private static readonly pb::FieldCodec _repeated_battleAvatarList_codec = pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.BattleAvatar.Parser); private readonly pbc::RepeatedField battleAvatarList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField BattleAvatarList { get { return battleAvatarList_; } } /// Field number for the "unk2" field. public const int Unk2FieldNumber = 1822; private global::EggLink.DanhengServer.Proto.ItemList unk2_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ItemList Unk2 { get { return unk2_; } set { unk2_ = value; } } /// Field number for the "drop_data" field. public const int DropDataFieldNumber = 14; private global::EggLink.DanhengServer.Proto.ItemList dropData_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ItemList DropData { get { return dropData_; } set { dropData_ = value; } } /// Field number for the "check_identical" field. public const int CheckIdenticalFieldNumber = 1; private bool checkIdentical_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool CheckIdentical { get { return checkIdentical_; } set { checkIdentical_ = value; } } /// Field number for the "IEOHEALBOKF" field. public const int IEOHEALBOKFFieldNumber = 9; private uint iEOHEALBOKF_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint IEOHEALBOKF { get { return iEOHEALBOKF_; } set { iEOHEALBOKF_ = value; } } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 8; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Retcode { get { return retcode_; } set { retcode_ = value; } } /// Field number for the "bin_version" field. public const int BinVersionFieldNumber = 12; private string binVersion_ = ""; /// /// 15 /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string BinVersion { get { return binVersion_; } set { binVersion_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "unk3" field. public const int Unk3FieldNumber = 5; private global::EggLink.DanhengServer.Proto.ItemList unk3_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ItemList Unk3 { get { return unk3_; } set { unk3_ = value; } } /// Field number for the "battle_id" field. public const int BattleIdFieldNumber = 10; private uint battleId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint BattleId { get { return battleId_; } set { battleId_ = value; } } /// Field number for the "mismatch_turn_count" field. public const int MismatchTurnCountFieldNumber = 2; private uint mismatchTurnCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint MismatchTurnCount { get { return mismatchTurnCount_; } set { mismatchTurnCount_ = value; } } /// Field number for the "res_version" field. public const int ResVersionFieldNumber = 15; private string resVersion_ = ""; /// /// 12 /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string ResVersion { get { return resVersion_; } set { resVersion_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "end_status" field. public const int EndStatusFieldNumber = 7; private global::EggLink.DanhengServer.Proto.BattleEndStatus endStatus_ = global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.BattleEndStatus EndStatus { get { return endStatus_; } set { endStatus_ = value; } } /// Field number for the "IAFPGFMHPCJ" field. public const int IAFPGFMHPCJFieldNumber = 13; private uint iAFPGFMHPCJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint IAFPGFMHPCJ { get { return iAFPGFMHPCJ_; } set { iAFPGFMHPCJ_ = value; } } /// Field number for the "stage_id" field. public const int StageIdFieldNumber = 4; private uint stageId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint StageId { get { return stageId_; } set { stageId_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as PVEBattleResultScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(PVEBattleResultScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(Unk1, other.Unk1)) return false; if (EventId != other.EventId) return false; if(!battleAvatarList_.Equals(other.battleAvatarList_)) return false; if (!object.Equals(Unk2, other.Unk2)) return false; if (!object.Equals(DropData, other.DropData)) return false; if (CheckIdentical != other.CheckIdentical) return false; if (IEOHEALBOKF != other.IEOHEALBOKF) return false; if (Retcode != other.Retcode) return false; if (BinVersion != other.BinVersion) return false; if (!object.Equals(Unk3, other.Unk3)) return false; if (BattleId != other.BattleId) return false; if (MismatchTurnCount != other.MismatchTurnCount) return false; if (ResVersion != other.ResVersion) return false; if (EndStatus != other.EndStatus) return false; if (IAFPGFMHPCJ != other.IAFPGFMHPCJ) return false; if (StageId != other.StageId) 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 (unk1_ != null) hash ^= Unk1.GetHashCode(); if (EventId != 0) hash ^= EventId.GetHashCode(); hash ^= battleAvatarList_.GetHashCode(); if (unk2_ != null) hash ^= Unk2.GetHashCode(); if (dropData_ != null) hash ^= DropData.GetHashCode(); if (CheckIdentical != false) hash ^= CheckIdentical.GetHashCode(); if (IEOHEALBOKF != 0) hash ^= IEOHEALBOKF.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (BinVersion.Length != 0) hash ^= BinVersion.GetHashCode(); if (unk3_ != null) hash ^= Unk3.GetHashCode(); if (BattleId != 0) hash ^= BattleId.GetHashCode(); if (MismatchTurnCount != 0) hash ^= MismatchTurnCount.GetHashCode(); if (ResVersion.Length != 0) hash ^= ResVersion.GetHashCode(); if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) hash ^= EndStatus.GetHashCode(); if (IAFPGFMHPCJ != 0) hash ^= IAFPGFMHPCJ.GetHashCode(); if (StageId != 0) hash ^= StageId.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 (CheckIdentical != false) { output.WriteRawTag(8); output.WriteBool(CheckIdentical); } if (MismatchTurnCount != 0) { output.WriteRawTag(16); output.WriteUInt32(MismatchTurnCount); } if (EventId != 0) { output.WriteRawTag(24); output.WriteUInt32(EventId); } if (StageId != 0) { output.WriteRawTag(32); output.WriteUInt32(StageId); } if (unk3_ != null) { output.WriteRawTag(42); output.WriteMessage(Unk3); } if (unk1_ != null) { output.WriteRawTag(50); output.WriteMessage(Unk1); } if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) { output.WriteRawTag(56); output.WriteEnum((int) EndStatus); } if (Retcode != 0) { output.WriteRawTag(64); output.WriteUInt32(Retcode); } if (IEOHEALBOKF != 0) { output.WriteRawTag(72); output.WriteUInt32(IEOHEALBOKF); } if (BattleId != 0) { output.WriteRawTag(80); output.WriteUInt32(BattleId); } battleAvatarList_.WriteTo(output, _repeated_battleAvatarList_codec); if (BinVersion.Length != 0) { output.WriteRawTag(98); output.WriteString(BinVersion); } if (IAFPGFMHPCJ != 0) { output.WriteRawTag(104); output.WriteUInt32(IAFPGFMHPCJ); } if (dropData_ != null) { output.WriteRawTag(114); output.WriteMessage(DropData); } if (ResVersion.Length != 0) { output.WriteRawTag(122); output.WriteString(ResVersion); } if (unk2_ != null) { output.WriteRawTag(242, 113); output.WriteMessage(Unk2); } 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 (CheckIdentical != false) { output.WriteRawTag(8); output.WriteBool(CheckIdentical); } if (MismatchTurnCount != 0) { output.WriteRawTag(16); output.WriteUInt32(MismatchTurnCount); } if (EventId != 0) { output.WriteRawTag(24); output.WriteUInt32(EventId); } if (StageId != 0) { output.WriteRawTag(32); output.WriteUInt32(StageId); } if (unk3_ != null) { output.WriteRawTag(42); output.WriteMessage(Unk3); } if (unk1_ != null) { output.WriteRawTag(50); output.WriteMessage(Unk1); } if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) { output.WriteRawTag(56); output.WriteEnum((int) EndStatus); } if (Retcode != 0) { output.WriteRawTag(64); output.WriteUInt32(Retcode); } if (IEOHEALBOKF != 0) { output.WriteRawTag(72); output.WriteUInt32(IEOHEALBOKF); } if (BattleId != 0) { output.WriteRawTag(80); output.WriteUInt32(BattleId); } battleAvatarList_.WriteTo(ref output, _repeated_battleAvatarList_codec); if (BinVersion.Length != 0) { output.WriteRawTag(98); output.WriteString(BinVersion); } if (IAFPGFMHPCJ != 0) { output.WriteRawTag(104); output.WriteUInt32(IAFPGFMHPCJ); } if (dropData_ != null) { output.WriteRawTag(114); output.WriteMessage(DropData); } if (ResVersion.Length != 0) { output.WriteRawTag(122); output.WriteString(ResVersion); } if (unk2_ != null) { output.WriteRawTag(242, 113); output.WriteMessage(Unk2); } 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 (unk1_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Unk1); } if (EventId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventId); } size += battleAvatarList_.CalculateSize(_repeated_battleAvatarList_codec); if (unk2_ != null) { size += 2 + pb::CodedOutputStream.ComputeMessageSize(Unk2); } if (dropData_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(DropData); } if (CheckIdentical != false) { size += 1 + 1; } if (IEOHEALBOKF != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IEOHEALBOKF); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (BinVersion.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(BinVersion); } if (unk3_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Unk3); } if (BattleId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BattleId); } if (MismatchTurnCount != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MismatchTurnCount); } if (ResVersion.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(ResVersion); } if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EndStatus); } if (IAFPGFMHPCJ != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IAFPGFMHPCJ); } if (StageId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(StageId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(PVEBattleResultScRsp other) { if (other == null) { return; } if (other.unk1_ != null) { if (unk1_ == null) { Unk1 = new global::EggLink.DanhengServer.Proto.ItemList(); } Unk1.MergeFrom(other.Unk1); } if (other.EventId != 0) { EventId = other.EventId; } battleAvatarList_.Add(other.battleAvatarList_); if (other.unk2_ != null) { if (unk2_ == null) { Unk2 = new global::EggLink.DanhengServer.Proto.ItemList(); } Unk2.MergeFrom(other.Unk2); } if (other.dropData_ != null) { if (dropData_ == null) { DropData = new global::EggLink.DanhengServer.Proto.ItemList(); } DropData.MergeFrom(other.DropData); } if (other.CheckIdentical != false) { CheckIdentical = other.CheckIdentical; } if (other.IEOHEALBOKF != 0) { IEOHEALBOKF = other.IEOHEALBOKF; } if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.BinVersion.Length != 0) { BinVersion = other.BinVersion; } if (other.unk3_ != null) { if (unk3_ == null) { Unk3 = new global::EggLink.DanhengServer.Proto.ItemList(); } Unk3.MergeFrom(other.Unk3); } if (other.BattleId != 0) { BattleId = other.BattleId; } if (other.MismatchTurnCount != 0) { MismatchTurnCount = other.MismatchTurnCount; } if (other.ResVersion.Length != 0) { ResVersion = other.ResVersion; } if (other.EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) { EndStatus = other.EndStatus; } if (other.IAFPGFMHPCJ != 0) { IAFPGFMHPCJ = other.IAFPGFMHPCJ; } if (other.StageId != 0) { StageId = other.StageId; } _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: { CheckIdentical = input.ReadBool(); break; } case 16: { MismatchTurnCount = input.ReadUInt32(); break; } case 24: { EventId = input.ReadUInt32(); break; } case 32: { StageId = input.ReadUInt32(); break; } case 42: { if (unk3_ == null) { Unk3 = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(Unk3); break; } case 50: { if (unk1_ == null) { Unk1 = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(Unk1); break; } case 56: { EndStatus = (global::EggLink.DanhengServer.Proto.BattleEndStatus) input.ReadEnum(); break; } case 64: { Retcode = input.ReadUInt32(); break; } case 72: { IEOHEALBOKF = input.ReadUInt32(); break; } case 80: { BattleId = input.ReadUInt32(); break; } case 90: { battleAvatarList_.AddEntriesFrom(input, _repeated_battleAvatarList_codec); break; } case 98: { BinVersion = input.ReadString(); break; } case 104: { IAFPGFMHPCJ = input.ReadUInt32(); break; } case 114: { if (dropData_ == null) { DropData = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(DropData); break; } case 122: { ResVersion = input.ReadString(); break; } case 14578: { if (unk2_ == null) { Unk2 = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(Unk2); 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: { CheckIdentical = input.ReadBool(); break; } case 16: { MismatchTurnCount = input.ReadUInt32(); break; } case 24: { EventId = input.ReadUInt32(); break; } case 32: { StageId = input.ReadUInt32(); break; } case 42: { if (unk3_ == null) { Unk3 = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(Unk3); break; } case 50: { if (unk1_ == null) { Unk1 = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(Unk1); break; } case 56: { EndStatus = (global::EggLink.DanhengServer.Proto.BattleEndStatus) input.ReadEnum(); break; } case 64: { Retcode = input.ReadUInt32(); break; } case 72: { IEOHEALBOKF = input.ReadUInt32(); break; } case 80: { BattleId = input.ReadUInt32(); break; } case 90: { battleAvatarList_.AddEntriesFrom(ref input, _repeated_battleAvatarList_codec); break; } case 98: { BinVersion = input.ReadString(); break; } case 104: { IAFPGFMHPCJ = input.ReadUInt32(); break; } case 114: { if (dropData_ == null) { DropData = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(DropData); break; } case 122: { ResVersion = input.ReadString(); break; } case 14578: { if (unk2_ == null) { Unk2 = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(Unk2); break; } } } } #endif } #endregion } #endregion Designer generated code