Files
DanhengServer-OpenSource/Common/Proto/StrongChallengeActivityBattleEndScNotify.cs
2024-03-31 17:06:46 +08:00

499 lines
18 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: StrongChallengeActivityBattleEndScNotify.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 StrongChallengeActivityBattleEndScNotify.proto</summary>
public static partial class StrongChallengeActivityBattleEndScNotifyReflection {
#region Descriptor
/// <summary>File descriptor for StrongChallengeActivityBattleEndScNotify.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static StrongChallengeActivityBattleEndScNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ci5TdHJvbmdDaGFsbGVuZ2VBY3Rpdml0eUJhdHRsZUVuZFNjTm90aWZ5LnBy",
"b3RvGhVCYXR0bGVFbmRTdGF0dXMucHJvdG8i3gEKKFN0cm9uZ0NoYWxsZW5n",
"ZUFjdGl2aXR5QmF0dGxlRW5kU2NOb3RpZnkSEAoIc2NvcmVfaWQYBCABKA0S",
"EwoLRFBHRkdGS0hNTUEYDCABKA0SFAoMdG90YWxfZGFtYWdlGAkgASgNEhMK",
"C0xDTk5NTE9IRUhFGA0gASgNEhMKC0ZNQ0NLT0RGREpBGA8gASgNEhAKCHN0",
"YWdlX2lkGAYgASgNEhMKC0RIQkhHSEFFTENKGAsgASgNEiQKCmVuZF9zdGF0",
"dXMYAiABKA4yEC5CYXR0bGVFbmRTdGF0dXNCHqoCG0VnZ0xpbmsuRGFuaGVu",
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
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[]{ "ScoreId", "DPGFGFKHMMA", "TotalDamage", "LCNNMLOHEHE", "FMCCKODFDJA", "StageId", "DHBHGHAELCJ", "EndStatus" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class StrongChallengeActivityBattleEndScNotify : pb::IMessage<StrongChallengeActivityBattleEndScNotify>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<StrongChallengeActivityBattleEndScNotify> _parser = new pb::MessageParser<StrongChallengeActivityBattleEndScNotify>(() => new StrongChallengeActivityBattleEndScNotify());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<StrongChallengeActivityBattleEndScNotify> 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() {
scoreId_ = other.scoreId_;
dPGFGFKHMMA_ = other.dPGFGFKHMMA_;
totalDamage_ = other.totalDamage_;
lCNNMLOHEHE_ = other.lCNNMLOHEHE_;
fMCCKODFDJA_ = other.fMCCKODFDJA_;
stageId_ = other.stageId_;
dHBHGHAELCJ_ = other.dHBHGHAELCJ_;
endStatus_ = other.endStatus_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public StrongChallengeActivityBattleEndScNotify Clone() {
return new StrongChallengeActivityBattleEndScNotify(this);
}
/// <summary>Field number for the "score_id" field.</summary>
public const int ScoreIdFieldNumber = 4;
private uint scoreId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ScoreId {
get { return scoreId_; }
set {
scoreId_ = value;
}
}
/// <summary>Field number for the "DPGFGFKHMMA" field.</summary>
public const int DPGFGFKHMMAFieldNumber = 12;
private uint dPGFGFKHMMA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DPGFGFKHMMA {
get { return dPGFGFKHMMA_; }
set {
dPGFGFKHMMA_ = value;
}
}
/// <summary>Field number for the "total_damage" field.</summary>
public const int TotalDamageFieldNumber = 9;
private uint totalDamage_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint TotalDamage {
get { return totalDamage_; }
set {
totalDamage_ = value;
}
}
/// <summary>Field number for the "LCNNMLOHEHE" field.</summary>
public const int LCNNMLOHEHEFieldNumber = 13;
private uint lCNNMLOHEHE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LCNNMLOHEHE {
get { return lCNNMLOHEHE_; }
set {
lCNNMLOHEHE_ = value;
}
}
/// <summary>Field number for the "FMCCKODFDJA" field.</summary>
public const int FMCCKODFDJAFieldNumber = 15;
private uint fMCCKODFDJA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FMCCKODFDJA {
get { return fMCCKODFDJA_; }
set {
fMCCKODFDJA_ = value;
}
}
/// <summary>Field number for the "stage_id" field.</summary>
public const int StageIdFieldNumber = 6;
private uint stageId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint StageId {
get { return stageId_; }
set {
stageId_ = value;
}
}
/// <summary>Field number for the "DHBHGHAELCJ" field.</summary>
public const int DHBHGHAELCJFieldNumber = 11;
private uint dHBHGHAELCJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DHBHGHAELCJ {
get { return dHBHGHAELCJ_; }
set {
dHBHGHAELCJ_ = value;
}
}
/// <summary>Field number for the "end_status" field.</summary>
public const int EndStatusFieldNumber = 2;
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;
}
}
[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 (ScoreId != other.ScoreId) return false;
if (DPGFGFKHMMA != other.DPGFGFKHMMA) return false;
if (TotalDamage != other.TotalDamage) return false;
if (LCNNMLOHEHE != other.LCNNMLOHEHE) return false;
if (FMCCKODFDJA != other.FMCCKODFDJA) return false;
if (StageId != other.StageId) return false;
if (DHBHGHAELCJ != other.DHBHGHAELCJ) return false;
if (EndStatus != other.EndStatus) 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 (ScoreId != 0) hash ^= ScoreId.GetHashCode();
if (DPGFGFKHMMA != 0) hash ^= DPGFGFKHMMA.GetHashCode();
if (TotalDamage != 0) hash ^= TotalDamage.GetHashCode();
if (LCNNMLOHEHE != 0) hash ^= LCNNMLOHEHE.GetHashCode();
if (FMCCKODFDJA != 0) hash ^= FMCCKODFDJA.GetHashCode();
if (StageId != 0) hash ^= StageId.GetHashCode();
if (DHBHGHAELCJ != 0) hash ^= DHBHGHAELCJ.GetHashCode();
if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) hash ^= EndStatus.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 (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) {
output.WriteRawTag(16);
output.WriteEnum((int) EndStatus);
}
if (ScoreId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(ScoreId);
}
if (StageId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(StageId);
}
if (TotalDamage != 0) {
output.WriteRawTag(72);
output.WriteUInt32(TotalDamage);
}
if (DHBHGHAELCJ != 0) {
output.WriteRawTag(88);
output.WriteUInt32(DHBHGHAELCJ);
}
if (DPGFGFKHMMA != 0) {
output.WriteRawTag(96);
output.WriteUInt32(DPGFGFKHMMA);
}
if (LCNNMLOHEHE != 0) {
output.WriteRawTag(104);
output.WriteUInt32(LCNNMLOHEHE);
}
if (FMCCKODFDJA != 0) {
output.WriteRawTag(120);
output.WriteUInt32(FMCCKODFDJA);
}
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 (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) {
output.WriteRawTag(16);
output.WriteEnum((int) EndStatus);
}
if (ScoreId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(ScoreId);
}
if (StageId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(StageId);
}
if (TotalDamage != 0) {
output.WriteRawTag(72);
output.WriteUInt32(TotalDamage);
}
if (DHBHGHAELCJ != 0) {
output.WriteRawTag(88);
output.WriteUInt32(DHBHGHAELCJ);
}
if (DPGFGFKHMMA != 0) {
output.WriteRawTag(96);
output.WriteUInt32(DPGFGFKHMMA);
}
if (LCNNMLOHEHE != 0) {
output.WriteRawTag(104);
output.WriteUInt32(LCNNMLOHEHE);
}
if (FMCCKODFDJA != 0) {
output.WriteRawTag(120);
output.WriteUInt32(FMCCKODFDJA);
}
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 (ScoreId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
}
if (DPGFGFKHMMA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DPGFGFKHMMA);
}
if (TotalDamage != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TotalDamage);
}
if (LCNNMLOHEHE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LCNNMLOHEHE);
}
if (FMCCKODFDJA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FMCCKODFDJA);
}
if (StageId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(StageId);
}
if (DHBHGHAELCJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DHBHGHAELCJ);
}
if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EndStatus);
}
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.ScoreId != 0) {
ScoreId = other.ScoreId;
}
if (other.DPGFGFKHMMA != 0) {
DPGFGFKHMMA = other.DPGFGFKHMMA;
}
if (other.TotalDamage != 0) {
TotalDamage = other.TotalDamage;
}
if (other.LCNNMLOHEHE != 0) {
LCNNMLOHEHE = other.LCNNMLOHEHE;
}
if (other.FMCCKODFDJA != 0) {
FMCCKODFDJA = other.FMCCKODFDJA;
}
if (other.StageId != 0) {
StageId = other.StageId;
}
if (other.DHBHGHAELCJ != 0) {
DHBHGHAELCJ = other.DHBHGHAELCJ;
}
if (other.EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) {
EndStatus = other.EndStatus;
}
_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 16: {
EndStatus = (global::EggLink.DanhengServer.Proto.BattleEndStatus) input.ReadEnum();
break;
}
case 32: {
ScoreId = input.ReadUInt32();
break;
}
case 48: {
StageId = input.ReadUInt32();
break;
}
case 72: {
TotalDamage = input.ReadUInt32();
break;
}
case 88: {
DHBHGHAELCJ = input.ReadUInt32();
break;
}
case 96: {
DPGFGFKHMMA = input.ReadUInt32();
break;
}
case 104: {
LCNNMLOHEHE = input.ReadUInt32();
break;
}
case 120: {
FMCCKODFDJA = 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 16: {
EndStatus = (global::EggLink.DanhengServer.Proto.BattleEndStatus) input.ReadEnum();
break;
}
case 32: {
ScoreId = input.ReadUInt32();
break;
}
case 48: {
StageId = input.ReadUInt32();
break;
}
case 72: {
TotalDamage = input.ReadUInt32();
break;
}
case 88: {
DHBHGHAELCJ = input.ReadUInt32();
break;
}
case 96: {
DPGFGFKHMMA = input.ReadUInt32();
break;
}
case 104: {
LCNNMLOHEHE = input.ReadUInt32();
break;
}
case 120: {
FMCCKODFDJA = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code