mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
396 lines
14 KiB
C#
396 lines
14 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: TelevisionActivityBattleEndScNotify.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 TelevisionActivityBattleEndScNotify.proto</summary>
|
|
public static partial class TelevisionActivityBattleEndScNotifyReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for TelevisionActivityBattleEndScNotify.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static TelevisionActivityBattleEndScNotifyReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CilUZWxldmlzaW9uQWN0aXZpdHlCYXR0bGVFbmRTY05vdGlmeS5wcm90bxoc",
|
|
"VGVsZXZpc2lvbkFjdGl2aXR5RGF0YS5wcm90byKnAQojVGVsZXZpc2lvbkFj",
|
|
"dGl2aXR5QmF0dGxlRW5kU2NOb3RpZnkSEwoLSERQT01FSkZHQ08YDCABKA0S",
|
|
"EwoLR0FOQ0tHT0JMQUwYAiABKA0SLAoLSkxERUVQS01GSUQYASABKAsyFy5U",
|
|
"ZWxldmlzaW9uQWN0aXZpdHlEYXRhEhMKC01GQURFQk1CQUVOGAggASgNEhMK",
|
|
"C0dJR0tOUEZDS05CGA4gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
|
|
"UHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TelevisionActivityDataReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TelevisionActivityBattleEndScNotify), global::EggLink.DanhengServer.Proto.TelevisionActivityBattleEndScNotify.Parser, new[]{ "HDPOMEJFGCO", "GANCKGOBLAL", "JLDEEPKMFID", "MFADEBMBAEN", "GIGKNPFCKNB" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class TelevisionActivityBattleEndScNotify : pb::IMessage<TelevisionActivityBattleEndScNotify>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<TelevisionActivityBattleEndScNotify> _parser = new pb::MessageParser<TelevisionActivityBattleEndScNotify>(() => new TelevisionActivityBattleEndScNotify());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<TelevisionActivityBattleEndScNotify> 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.TelevisionActivityBattleEndScNotifyReflection.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 TelevisionActivityBattleEndScNotify() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public TelevisionActivityBattleEndScNotify(TelevisionActivityBattleEndScNotify other) : this() {
|
|
hDPOMEJFGCO_ = other.hDPOMEJFGCO_;
|
|
gANCKGOBLAL_ = other.gANCKGOBLAL_;
|
|
jLDEEPKMFID_ = other.jLDEEPKMFID_ != null ? other.jLDEEPKMFID_.Clone() : null;
|
|
mFADEBMBAEN_ = other.mFADEBMBAEN_;
|
|
gIGKNPFCKNB_ = other.gIGKNPFCKNB_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public TelevisionActivityBattleEndScNotify Clone() {
|
|
return new TelevisionActivityBattleEndScNotify(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "HDPOMEJFGCO" field.</summary>
|
|
public const int HDPOMEJFGCOFieldNumber = 12;
|
|
private uint hDPOMEJFGCO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HDPOMEJFGCO {
|
|
get { return hDPOMEJFGCO_; }
|
|
set {
|
|
hDPOMEJFGCO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "GANCKGOBLAL" field.</summary>
|
|
public const int GANCKGOBLALFieldNumber = 2;
|
|
private uint gANCKGOBLAL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GANCKGOBLAL {
|
|
get { return gANCKGOBLAL_; }
|
|
set {
|
|
gANCKGOBLAL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JLDEEPKMFID" field.</summary>
|
|
public const int JLDEEPKMFIDFieldNumber = 1;
|
|
private global::EggLink.DanhengServer.Proto.TelevisionActivityData jLDEEPKMFID_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.TelevisionActivityData JLDEEPKMFID {
|
|
get { return jLDEEPKMFID_; }
|
|
set {
|
|
jLDEEPKMFID_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MFADEBMBAEN" field.</summary>
|
|
public const int MFADEBMBAENFieldNumber = 8;
|
|
private uint mFADEBMBAEN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MFADEBMBAEN {
|
|
get { return mFADEBMBAEN_; }
|
|
set {
|
|
mFADEBMBAEN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "GIGKNPFCKNB" field.</summary>
|
|
public const int GIGKNPFCKNBFieldNumber = 14;
|
|
private uint gIGKNPFCKNB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GIGKNPFCKNB {
|
|
get { return gIGKNPFCKNB_; }
|
|
set {
|
|
gIGKNPFCKNB_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as TelevisionActivityBattleEndScNotify);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(TelevisionActivityBattleEndScNotify other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (HDPOMEJFGCO != other.HDPOMEJFGCO) return false;
|
|
if (GANCKGOBLAL != other.GANCKGOBLAL) return false;
|
|
if (!object.Equals(JLDEEPKMFID, other.JLDEEPKMFID)) return false;
|
|
if (MFADEBMBAEN != other.MFADEBMBAEN) return false;
|
|
if (GIGKNPFCKNB != other.GIGKNPFCKNB) 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 (HDPOMEJFGCO != 0) hash ^= HDPOMEJFGCO.GetHashCode();
|
|
if (GANCKGOBLAL != 0) hash ^= GANCKGOBLAL.GetHashCode();
|
|
if (jLDEEPKMFID_ != null) hash ^= JLDEEPKMFID.GetHashCode();
|
|
if (MFADEBMBAEN != 0) hash ^= MFADEBMBAEN.GetHashCode();
|
|
if (GIGKNPFCKNB != 0) hash ^= GIGKNPFCKNB.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 (jLDEEPKMFID_ != null) {
|
|
output.WriteRawTag(10);
|
|
output.WriteMessage(JLDEEPKMFID);
|
|
}
|
|
if (GANCKGOBLAL != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(GANCKGOBLAL);
|
|
}
|
|
if (MFADEBMBAEN != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(MFADEBMBAEN);
|
|
}
|
|
if (HDPOMEJFGCO != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(HDPOMEJFGCO);
|
|
}
|
|
if (GIGKNPFCKNB != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(GIGKNPFCKNB);
|
|
}
|
|
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 (jLDEEPKMFID_ != null) {
|
|
output.WriteRawTag(10);
|
|
output.WriteMessage(JLDEEPKMFID);
|
|
}
|
|
if (GANCKGOBLAL != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(GANCKGOBLAL);
|
|
}
|
|
if (MFADEBMBAEN != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(MFADEBMBAEN);
|
|
}
|
|
if (HDPOMEJFGCO != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(HDPOMEJFGCO);
|
|
}
|
|
if (GIGKNPFCKNB != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(GIGKNPFCKNB);
|
|
}
|
|
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 (HDPOMEJFGCO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HDPOMEJFGCO);
|
|
}
|
|
if (GANCKGOBLAL != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GANCKGOBLAL);
|
|
}
|
|
if (jLDEEPKMFID_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(JLDEEPKMFID);
|
|
}
|
|
if (MFADEBMBAEN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MFADEBMBAEN);
|
|
}
|
|
if (GIGKNPFCKNB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GIGKNPFCKNB);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(TelevisionActivityBattleEndScNotify other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.HDPOMEJFGCO != 0) {
|
|
HDPOMEJFGCO = other.HDPOMEJFGCO;
|
|
}
|
|
if (other.GANCKGOBLAL != 0) {
|
|
GANCKGOBLAL = other.GANCKGOBLAL;
|
|
}
|
|
if (other.jLDEEPKMFID_ != null) {
|
|
if (jLDEEPKMFID_ == null) {
|
|
JLDEEPKMFID = new global::EggLink.DanhengServer.Proto.TelevisionActivityData();
|
|
}
|
|
JLDEEPKMFID.MergeFrom(other.JLDEEPKMFID);
|
|
}
|
|
if (other.MFADEBMBAEN != 0) {
|
|
MFADEBMBAEN = other.MFADEBMBAEN;
|
|
}
|
|
if (other.GIGKNPFCKNB != 0) {
|
|
GIGKNPFCKNB = other.GIGKNPFCKNB;
|
|
}
|
|
_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 10: {
|
|
if (jLDEEPKMFID_ == null) {
|
|
JLDEEPKMFID = new global::EggLink.DanhengServer.Proto.TelevisionActivityData();
|
|
}
|
|
input.ReadMessage(JLDEEPKMFID);
|
|
break;
|
|
}
|
|
case 16: {
|
|
GANCKGOBLAL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
MFADEBMBAEN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
HDPOMEJFGCO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
GIGKNPFCKNB = 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 10: {
|
|
if (jLDEEPKMFID_ == null) {
|
|
JLDEEPKMFID = new global::EggLink.DanhengServer.Proto.TelevisionActivityData();
|
|
}
|
|
input.ReadMessage(JLDEEPKMFID);
|
|
break;
|
|
}
|
|
case 16: {
|
|
GANCKGOBLAL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
MFADEBMBAEN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
HDPOMEJFGCO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
GIGKNPFCKNB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|