mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36: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",
|
|
"dGl2aXR5QmF0dGxlRW5kU2NOb3RpZnkSEwoLS0tBSlBNTE9BTUgYCSABKA0S",
|
|
"EwoLTkVOTlBKT0pJRUMYBCABKA0SEwoLRUdGS0dQRUJLQVAYDCABKA0SEwoL",
|
|
"QkFCR0RMSERGSEUYAiABKA0SLAoLTERPQ0NFSE5ESlAYCiABKAsyFy5UZWxl",
|
|
"dmlzaW9uQWN0aXZpdHlEYXRhQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
|
|
"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[]{ "KKAJPMLOAMH", "NENNPJOJIEC", "EGFKGPEBKAP", "BABGDLHDFHE", "LDOCCEHNDJP" }, 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() {
|
|
kKAJPMLOAMH_ = other.kKAJPMLOAMH_;
|
|
nENNPJOJIEC_ = other.nENNPJOJIEC_;
|
|
eGFKGPEBKAP_ = other.eGFKGPEBKAP_;
|
|
bABGDLHDFHE_ = other.bABGDLHDFHE_;
|
|
lDOCCEHNDJP_ = other.lDOCCEHNDJP_ != null ? other.lDOCCEHNDJP_.Clone() : null;
|
|
_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 "KKAJPMLOAMH" field.</summary>
|
|
public const int KKAJPMLOAMHFieldNumber = 9;
|
|
private uint kKAJPMLOAMH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint KKAJPMLOAMH {
|
|
get { return kKAJPMLOAMH_; }
|
|
set {
|
|
kKAJPMLOAMH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NENNPJOJIEC" field.</summary>
|
|
public const int NENNPJOJIECFieldNumber = 4;
|
|
private uint nENNPJOJIEC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint NENNPJOJIEC {
|
|
get { return nENNPJOJIEC_; }
|
|
set {
|
|
nENNPJOJIEC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "EGFKGPEBKAP" field.</summary>
|
|
public const int EGFKGPEBKAPFieldNumber = 12;
|
|
private uint eGFKGPEBKAP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EGFKGPEBKAP {
|
|
get { return eGFKGPEBKAP_; }
|
|
set {
|
|
eGFKGPEBKAP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BABGDLHDFHE" field.</summary>
|
|
public const int BABGDLHDFHEFieldNumber = 2;
|
|
private uint bABGDLHDFHE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BABGDLHDFHE {
|
|
get { return bABGDLHDFHE_; }
|
|
set {
|
|
bABGDLHDFHE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LDOCCEHNDJP" field.</summary>
|
|
public const int LDOCCEHNDJPFieldNumber = 10;
|
|
private global::EggLink.DanhengServer.Proto.TelevisionActivityData lDOCCEHNDJP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.TelevisionActivityData LDOCCEHNDJP {
|
|
get { return lDOCCEHNDJP_; }
|
|
set {
|
|
lDOCCEHNDJP_ = 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 (KKAJPMLOAMH != other.KKAJPMLOAMH) return false;
|
|
if (NENNPJOJIEC != other.NENNPJOJIEC) return false;
|
|
if (EGFKGPEBKAP != other.EGFKGPEBKAP) return false;
|
|
if (BABGDLHDFHE != other.BABGDLHDFHE) return false;
|
|
if (!object.Equals(LDOCCEHNDJP, other.LDOCCEHNDJP)) 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 (KKAJPMLOAMH != 0) hash ^= KKAJPMLOAMH.GetHashCode();
|
|
if (NENNPJOJIEC != 0) hash ^= NENNPJOJIEC.GetHashCode();
|
|
if (EGFKGPEBKAP != 0) hash ^= EGFKGPEBKAP.GetHashCode();
|
|
if (BABGDLHDFHE != 0) hash ^= BABGDLHDFHE.GetHashCode();
|
|
if (lDOCCEHNDJP_ != null) hash ^= LDOCCEHNDJP.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 (BABGDLHDFHE != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(BABGDLHDFHE);
|
|
}
|
|
if (NENNPJOJIEC != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(NENNPJOJIEC);
|
|
}
|
|
if (KKAJPMLOAMH != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(KKAJPMLOAMH);
|
|
}
|
|
if (lDOCCEHNDJP_ != null) {
|
|
output.WriteRawTag(82);
|
|
output.WriteMessage(LDOCCEHNDJP);
|
|
}
|
|
if (EGFKGPEBKAP != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(EGFKGPEBKAP);
|
|
}
|
|
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 (BABGDLHDFHE != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(BABGDLHDFHE);
|
|
}
|
|
if (NENNPJOJIEC != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(NENNPJOJIEC);
|
|
}
|
|
if (KKAJPMLOAMH != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(KKAJPMLOAMH);
|
|
}
|
|
if (lDOCCEHNDJP_ != null) {
|
|
output.WriteRawTag(82);
|
|
output.WriteMessage(LDOCCEHNDJP);
|
|
}
|
|
if (EGFKGPEBKAP != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(EGFKGPEBKAP);
|
|
}
|
|
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 (KKAJPMLOAMH != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KKAJPMLOAMH);
|
|
}
|
|
if (NENNPJOJIEC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NENNPJOJIEC);
|
|
}
|
|
if (EGFKGPEBKAP != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EGFKGPEBKAP);
|
|
}
|
|
if (BABGDLHDFHE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BABGDLHDFHE);
|
|
}
|
|
if (lDOCCEHNDJP_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LDOCCEHNDJP);
|
|
}
|
|
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.KKAJPMLOAMH != 0) {
|
|
KKAJPMLOAMH = other.KKAJPMLOAMH;
|
|
}
|
|
if (other.NENNPJOJIEC != 0) {
|
|
NENNPJOJIEC = other.NENNPJOJIEC;
|
|
}
|
|
if (other.EGFKGPEBKAP != 0) {
|
|
EGFKGPEBKAP = other.EGFKGPEBKAP;
|
|
}
|
|
if (other.BABGDLHDFHE != 0) {
|
|
BABGDLHDFHE = other.BABGDLHDFHE;
|
|
}
|
|
if (other.lDOCCEHNDJP_ != null) {
|
|
if (lDOCCEHNDJP_ == null) {
|
|
LDOCCEHNDJP = new global::EggLink.DanhengServer.Proto.TelevisionActivityData();
|
|
}
|
|
LDOCCEHNDJP.MergeFrom(other.LDOCCEHNDJP);
|
|
}
|
|
_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: {
|
|
BABGDLHDFHE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
NENNPJOJIEC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
KKAJPMLOAMH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 82: {
|
|
if (lDOCCEHNDJP_ == null) {
|
|
LDOCCEHNDJP = new global::EggLink.DanhengServer.Proto.TelevisionActivityData();
|
|
}
|
|
input.ReadMessage(LDOCCEHNDJP);
|
|
break;
|
|
}
|
|
case 96: {
|
|
EGFKGPEBKAP = 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: {
|
|
BABGDLHDFHE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
NENNPJOJIEC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
KKAJPMLOAMH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 82: {
|
|
if (lDOCCEHNDJP_ == null) {
|
|
LDOCCEHNDJP = new global::EggLink.DanhengServer.Proto.TelevisionActivityData();
|
|
}
|
|
input.ReadMessage(LDOCCEHNDJP);
|
|
break;
|
|
}
|
|
case 96: {
|
|
EGFKGPEBKAP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|