// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: StrongChallengeActivityBattleEndScNotify.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 StrongChallengeActivityBattleEndScNotify.proto public static partial class StrongChallengeActivityBattleEndScNotifyReflection { #region Descriptor /// File descriptor for StrongChallengeActivityBattleEndScNotify.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static StrongChallengeActivityBattleEndScNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ci5TdHJvbmdDaGFsbGVuZ2VBY3Rpdml0eUJhdHRsZUVuZFNjTm90aWZ5LnBy", "b3RvGhVCYXR0bGVFbmRTdGF0dXMucHJvdG8i3AEKKFN0cm9uZ0NoYWxsZW5n", "ZUFjdGl2aXR5QmF0dGxlRW5kU2NOb3RpZnkSFAoMdG90YWxfZGFtYWdlGAEg", "ASgNEhMKC0dHQkVDQ0hQSENEGA8gASgNEhAKCHN0YWdlX2lkGAUgASgNEhAK", "CHNjb3JlX2lkGA0gASgNEhMKC0FISkZQTkdEQkRPGAYgASgNEhMKC0pBTUxP", "S05DQUtDGAMgASgNEiQKCmVuZF9zdGF0dXMYCSABKA4yEC5CYXR0bGVFbmRT", "dGF0dXMSEQoJbWF4X3Njb3JlGAcgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT", "ZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleEndStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StrongChallengeActivityBattleEndScNotify), global::EggLink.DanhengServer.Proto.StrongChallengeActivityBattleEndScNotify.Parser, new[]{ "TotalDamage", "GGBECCHPHCD", "StageId", "ScoreId", "AHJFPNGDBDO", "JAMLOKNCAKC", "EndStatus", "MaxScore" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class StrongChallengeActivityBattleEndScNotify : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new StrongChallengeActivityBattleEndScNotify()); 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.StrongChallengeActivityBattleEndScNotifyReflection.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 StrongChallengeActivityBattleEndScNotify() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public StrongChallengeActivityBattleEndScNotify(StrongChallengeActivityBattleEndScNotify other) : this() { totalDamage_ = other.totalDamage_; gGBECCHPHCD_ = other.gGBECCHPHCD_; stageId_ = other.stageId_; scoreId_ = other.scoreId_; aHJFPNGDBDO_ = other.aHJFPNGDBDO_; jAMLOKNCAKC_ = other.jAMLOKNCAKC_; endStatus_ = other.endStatus_; maxScore_ = other.maxScore_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public StrongChallengeActivityBattleEndScNotify Clone() { return new StrongChallengeActivityBattleEndScNotify(this); } /// Field number for the "total_damage" field. public const int TotalDamageFieldNumber = 1; private uint totalDamage_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint TotalDamage { get { return totalDamage_; } set { totalDamage_ = value; } } /// Field number for the "GGBECCHPHCD" field. public const int GGBECCHPHCDFieldNumber = 15; private uint gGBECCHPHCD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint GGBECCHPHCD { get { return gGBECCHPHCD_; } set { gGBECCHPHCD_ = value; } } /// Field number for the "stage_id" field. public const int StageIdFieldNumber = 5; private uint stageId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint StageId { get { return stageId_; } set { stageId_ = value; } } /// Field number for the "score_id" field. public const int ScoreIdFieldNumber = 13; 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 "AHJFPNGDBDO" field. public const int AHJFPNGDBDOFieldNumber = 6; private uint aHJFPNGDBDO_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint AHJFPNGDBDO { get { return aHJFPNGDBDO_; } set { aHJFPNGDBDO_ = value; } } /// Field number for the "JAMLOKNCAKC" field. public const int JAMLOKNCAKCFieldNumber = 3; private uint jAMLOKNCAKC_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint JAMLOKNCAKC { get { return jAMLOKNCAKC_; } set { jAMLOKNCAKC_ = value; } } /// Field number for the "end_status" field. public const int EndStatusFieldNumber = 9; 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 "max_score" field. public const int MaxScoreFieldNumber = 7; private uint maxScore_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint MaxScore { get { return maxScore_; } set { maxScore_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as StrongChallengeActivityBattleEndScNotify); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(StrongChallengeActivityBattleEndScNotify other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (TotalDamage != other.TotalDamage) return false; if (GGBECCHPHCD != other.GGBECCHPHCD) return false; if (StageId != other.StageId) return false; if (ScoreId != other.ScoreId) return false; if (AHJFPNGDBDO != other.AHJFPNGDBDO) return false; if (JAMLOKNCAKC != other.JAMLOKNCAKC) return false; if (EndStatus != other.EndStatus) return false; if (MaxScore != other.MaxScore) 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 (TotalDamage != 0) hash ^= TotalDamage.GetHashCode(); if (GGBECCHPHCD != 0) hash ^= GGBECCHPHCD.GetHashCode(); if (StageId != 0) hash ^= StageId.GetHashCode(); if (ScoreId != 0) hash ^= ScoreId.GetHashCode(); if (AHJFPNGDBDO != 0) hash ^= AHJFPNGDBDO.GetHashCode(); if (JAMLOKNCAKC != 0) hash ^= JAMLOKNCAKC.GetHashCode(); if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) hash ^= EndStatus.GetHashCode(); if (MaxScore != 0) hash ^= MaxScore.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 (TotalDamage != 0) { output.WriteRawTag(8); output.WriteUInt32(TotalDamage); } if (JAMLOKNCAKC != 0) { output.WriteRawTag(24); output.WriteUInt32(JAMLOKNCAKC); } if (StageId != 0) { output.WriteRawTag(40); output.WriteUInt32(StageId); } if (AHJFPNGDBDO != 0) { output.WriteRawTag(48); output.WriteUInt32(AHJFPNGDBDO); } if (MaxScore != 0) { output.WriteRawTag(56); output.WriteUInt32(MaxScore); } if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) { output.WriteRawTag(72); output.WriteEnum((int) EndStatus); } if (ScoreId != 0) { output.WriteRawTag(104); output.WriteUInt32(ScoreId); } if (GGBECCHPHCD != 0) { output.WriteRawTag(120); output.WriteUInt32(GGBECCHPHCD); } 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 (TotalDamage != 0) { output.WriteRawTag(8); output.WriteUInt32(TotalDamage); } if (JAMLOKNCAKC != 0) { output.WriteRawTag(24); output.WriteUInt32(JAMLOKNCAKC); } if (StageId != 0) { output.WriteRawTag(40); output.WriteUInt32(StageId); } if (AHJFPNGDBDO != 0) { output.WriteRawTag(48); output.WriteUInt32(AHJFPNGDBDO); } if (MaxScore != 0) { output.WriteRawTag(56); output.WriteUInt32(MaxScore); } if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) { output.WriteRawTag(72); output.WriteEnum((int) EndStatus); } if (ScoreId != 0) { output.WriteRawTag(104); output.WriteUInt32(ScoreId); } if (GGBECCHPHCD != 0) { output.WriteRawTag(120); output.WriteUInt32(GGBECCHPHCD); } 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 (TotalDamage != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TotalDamage); } if (GGBECCHPHCD != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GGBECCHPHCD); } if (StageId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(StageId); } if (ScoreId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId); } if (AHJFPNGDBDO != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AHJFPNGDBDO); } if (JAMLOKNCAKC != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JAMLOKNCAKC); } if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EndStatus); } if (MaxScore != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MaxScore); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(StrongChallengeActivityBattleEndScNotify other) { if (other == null) { return; } if (other.TotalDamage != 0) { TotalDamage = other.TotalDamage; } if (other.GGBECCHPHCD != 0) { GGBECCHPHCD = other.GGBECCHPHCD; } if (other.StageId != 0) { StageId = other.StageId; } if (other.ScoreId != 0) { ScoreId = other.ScoreId; } if (other.AHJFPNGDBDO != 0) { AHJFPNGDBDO = other.AHJFPNGDBDO; } if (other.JAMLOKNCAKC != 0) { JAMLOKNCAKC = other.JAMLOKNCAKC; } if (other.EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) { EndStatus = other.EndStatus; } if (other.MaxScore != 0) { MaxScore = other.MaxScore; } _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: { TotalDamage = input.ReadUInt32(); break; } case 24: { JAMLOKNCAKC = input.ReadUInt32(); break; } case 40: { StageId = input.ReadUInt32(); break; } case 48: { AHJFPNGDBDO = input.ReadUInt32(); break; } case 56: { MaxScore = input.ReadUInt32(); break; } case 72: { EndStatus = (global::EggLink.DanhengServer.Proto.BattleEndStatus) input.ReadEnum(); break; } case 104: { ScoreId = input.ReadUInt32(); break; } case 120: { GGBECCHPHCD = 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: { TotalDamage = input.ReadUInt32(); break; } case 24: { JAMLOKNCAKC = input.ReadUInt32(); break; } case 40: { StageId = input.ReadUInt32(); break; } case 48: { AHJFPNGDBDO = input.ReadUInt32(); break; } case 56: { MaxScore = input.ReadUInt32(); break; } case 72: { EndStatus = (global::EggLink.DanhengServer.Proto.BattleEndStatus) input.ReadEnum(); break; } case 104: { ScoreId = input.ReadUInt32(); break; } case 120: { GGBECCHPHCD = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code