mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
534 lines
18 KiB
C#
534 lines
18 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: AnnounceData.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 AnnounceData.proto</summary>
|
|
public static partial class AnnounceDataReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for AnnounceData.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static AnnounceDataReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChJBbm5vdW5jZURhdGEucHJvdG8ixQEKDEFubm91bmNlRGF0YRITCgtDTE1Q",
|
|
"UENIS0VMSxgFIAEoCRITCgtCQ0xHR01PR0dQQRgDIAEoDRIQCghlbmRfdGlt",
|
|
"ZRgHIAEoAxISCgpiZWdpbl90aW1lGAsgASgDEhMKC0FQSEpDQUtQS0xJGAIg",
|
|
"ASgJEhMKC0NFQ0VCUEVHRktIGAkgASgIEhMKC05DRE9BQkxBRU1DGAQgASgJ",
|
|
"EhMKC0lBQUROTkdGTEtFGAwgASgNEhEKCWNvbmZpZ19pZBgPIAEoDUIeqgIb",
|
|
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AnnounceData), global::EggLink.DanhengServer.Proto.AnnounceData.Parser, new[]{ "CLMPPCHKELK", "BCLGGMOGGPA", "EndTime", "BeginTime", "APHJCAKPKLI", "CECEBPEGFKH", "NCDOABLAEMC", "IAADNNGFLKE", "ConfigId" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class AnnounceData : pb::IMessage<AnnounceData>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<AnnounceData> _parser = new pb::MessageParser<AnnounceData>(() => new AnnounceData());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<AnnounceData> 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.AnnounceDataReflection.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 AnnounceData() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public AnnounceData(AnnounceData other) : this() {
|
|
cLMPPCHKELK_ = other.cLMPPCHKELK_;
|
|
bCLGGMOGGPA_ = other.bCLGGMOGGPA_;
|
|
endTime_ = other.endTime_;
|
|
beginTime_ = other.beginTime_;
|
|
aPHJCAKPKLI_ = other.aPHJCAKPKLI_;
|
|
cECEBPEGFKH_ = other.cECEBPEGFKH_;
|
|
nCDOABLAEMC_ = other.nCDOABLAEMC_;
|
|
iAADNNGFLKE_ = other.iAADNNGFLKE_;
|
|
configId_ = other.configId_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public AnnounceData Clone() {
|
|
return new AnnounceData(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "CLMPPCHKELK" field.</summary>
|
|
public const int CLMPPCHKELKFieldNumber = 5;
|
|
private string cLMPPCHKELK_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string CLMPPCHKELK {
|
|
get { return cLMPPCHKELK_; }
|
|
set {
|
|
cLMPPCHKELK_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BCLGGMOGGPA" field.</summary>
|
|
public const int BCLGGMOGGPAFieldNumber = 3;
|
|
private uint bCLGGMOGGPA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BCLGGMOGGPA {
|
|
get { return bCLGGMOGGPA_; }
|
|
set {
|
|
bCLGGMOGGPA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "end_time" field.</summary>
|
|
public const int EndTimeFieldNumber = 7;
|
|
private long endTime_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public long EndTime {
|
|
get { return endTime_; }
|
|
set {
|
|
endTime_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "begin_time" field.</summary>
|
|
public const int BeginTimeFieldNumber = 11;
|
|
private long beginTime_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public long BeginTime {
|
|
get { return beginTime_; }
|
|
set {
|
|
beginTime_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "APHJCAKPKLI" field.</summary>
|
|
public const int APHJCAKPKLIFieldNumber = 2;
|
|
private string aPHJCAKPKLI_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string APHJCAKPKLI {
|
|
get { return aPHJCAKPKLI_; }
|
|
set {
|
|
aPHJCAKPKLI_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CECEBPEGFKH" field.</summary>
|
|
public const int CECEBPEGFKHFieldNumber = 9;
|
|
private bool cECEBPEGFKH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool CECEBPEGFKH {
|
|
get { return cECEBPEGFKH_; }
|
|
set {
|
|
cECEBPEGFKH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NCDOABLAEMC" field.</summary>
|
|
public const int NCDOABLAEMCFieldNumber = 4;
|
|
private string nCDOABLAEMC_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string NCDOABLAEMC {
|
|
get { return nCDOABLAEMC_; }
|
|
set {
|
|
nCDOABLAEMC_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "IAADNNGFLKE" field.</summary>
|
|
public const int IAADNNGFLKEFieldNumber = 12;
|
|
private uint iAADNNGFLKE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint IAADNNGFLKE {
|
|
get { return iAADNNGFLKE_; }
|
|
set {
|
|
iAADNNGFLKE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "config_id" field.</summary>
|
|
public const int ConfigIdFieldNumber = 15;
|
|
private uint configId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ConfigId {
|
|
get { return configId_; }
|
|
set {
|
|
configId_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as AnnounceData);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(AnnounceData other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (CLMPPCHKELK != other.CLMPPCHKELK) return false;
|
|
if (BCLGGMOGGPA != other.BCLGGMOGGPA) return false;
|
|
if (EndTime != other.EndTime) return false;
|
|
if (BeginTime != other.BeginTime) return false;
|
|
if (APHJCAKPKLI != other.APHJCAKPKLI) return false;
|
|
if (CECEBPEGFKH != other.CECEBPEGFKH) return false;
|
|
if (NCDOABLAEMC != other.NCDOABLAEMC) return false;
|
|
if (IAADNNGFLKE != other.IAADNNGFLKE) return false;
|
|
if (ConfigId != other.ConfigId) 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 (CLMPPCHKELK.Length != 0) hash ^= CLMPPCHKELK.GetHashCode();
|
|
if (BCLGGMOGGPA != 0) hash ^= BCLGGMOGGPA.GetHashCode();
|
|
if (EndTime != 0L) hash ^= EndTime.GetHashCode();
|
|
if (BeginTime != 0L) hash ^= BeginTime.GetHashCode();
|
|
if (APHJCAKPKLI.Length != 0) hash ^= APHJCAKPKLI.GetHashCode();
|
|
if (CECEBPEGFKH != false) hash ^= CECEBPEGFKH.GetHashCode();
|
|
if (NCDOABLAEMC.Length != 0) hash ^= NCDOABLAEMC.GetHashCode();
|
|
if (IAADNNGFLKE != 0) hash ^= IAADNNGFLKE.GetHashCode();
|
|
if (ConfigId != 0) hash ^= ConfigId.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 (APHJCAKPKLI.Length != 0) {
|
|
output.WriteRawTag(18);
|
|
output.WriteString(APHJCAKPKLI);
|
|
}
|
|
if (BCLGGMOGGPA != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(BCLGGMOGGPA);
|
|
}
|
|
if (NCDOABLAEMC.Length != 0) {
|
|
output.WriteRawTag(34);
|
|
output.WriteString(NCDOABLAEMC);
|
|
}
|
|
if (CLMPPCHKELK.Length != 0) {
|
|
output.WriteRawTag(42);
|
|
output.WriteString(CLMPPCHKELK);
|
|
}
|
|
if (EndTime != 0L) {
|
|
output.WriteRawTag(56);
|
|
output.WriteInt64(EndTime);
|
|
}
|
|
if (CECEBPEGFKH != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(CECEBPEGFKH);
|
|
}
|
|
if (BeginTime != 0L) {
|
|
output.WriteRawTag(88);
|
|
output.WriteInt64(BeginTime);
|
|
}
|
|
if (IAADNNGFLKE != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(IAADNNGFLKE);
|
|
}
|
|
if (ConfigId != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(ConfigId);
|
|
}
|
|
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 (APHJCAKPKLI.Length != 0) {
|
|
output.WriteRawTag(18);
|
|
output.WriteString(APHJCAKPKLI);
|
|
}
|
|
if (BCLGGMOGGPA != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(BCLGGMOGGPA);
|
|
}
|
|
if (NCDOABLAEMC.Length != 0) {
|
|
output.WriteRawTag(34);
|
|
output.WriteString(NCDOABLAEMC);
|
|
}
|
|
if (CLMPPCHKELK.Length != 0) {
|
|
output.WriteRawTag(42);
|
|
output.WriteString(CLMPPCHKELK);
|
|
}
|
|
if (EndTime != 0L) {
|
|
output.WriteRawTag(56);
|
|
output.WriteInt64(EndTime);
|
|
}
|
|
if (CECEBPEGFKH != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(CECEBPEGFKH);
|
|
}
|
|
if (BeginTime != 0L) {
|
|
output.WriteRawTag(88);
|
|
output.WriteInt64(BeginTime);
|
|
}
|
|
if (IAADNNGFLKE != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(IAADNNGFLKE);
|
|
}
|
|
if (ConfigId != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(ConfigId);
|
|
}
|
|
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 (CLMPPCHKELK.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(CLMPPCHKELK);
|
|
}
|
|
if (BCLGGMOGGPA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BCLGGMOGGPA);
|
|
}
|
|
if (EndTime != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndTime);
|
|
}
|
|
if (BeginTime != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(BeginTime);
|
|
}
|
|
if (APHJCAKPKLI.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(APHJCAKPKLI);
|
|
}
|
|
if (CECEBPEGFKH != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (NCDOABLAEMC.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(NCDOABLAEMC);
|
|
}
|
|
if (IAADNNGFLKE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IAADNNGFLKE);
|
|
}
|
|
if (ConfigId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ConfigId);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(AnnounceData other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.CLMPPCHKELK.Length != 0) {
|
|
CLMPPCHKELK = other.CLMPPCHKELK;
|
|
}
|
|
if (other.BCLGGMOGGPA != 0) {
|
|
BCLGGMOGGPA = other.BCLGGMOGGPA;
|
|
}
|
|
if (other.EndTime != 0L) {
|
|
EndTime = other.EndTime;
|
|
}
|
|
if (other.BeginTime != 0L) {
|
|
BeginTime = other.BeginTime;
|
|
}
|
|
if (other.APHJCAKPKLI.Length != 0) {
|
|
APHJCAKPKLI = other.APHJCAKPKLI;
|
|
}
|
|
if (other.CECEBPEGFKH != false) {
|
|
CECEBPEGFKH = other.CECEBPEGFKH;
|
|
}
|
|
if (other.NCDOABLAEMC.Length != 0) {
|
|
NCDOABLAEMC = other.NCDOABLAEMC;
|
|
}
|
|
if (other.IAADNNGFLKE != 0) {
|
|
IAADNNGFLKE = other.IAADNNGFLKE;
|
|
}
|
|
if (other.ConfigId != 0) {
|
|
ConfigId = other.ConfigId;
|
|
}
|
|
_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 18: {
|
|
APHJCAKPKLI = input.ReadString();
|
|
break;
|
|
}
|
|
case 24: {
|
|
BCLGGMOGGPA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
NCDOABLAEMC = input.ReadString();
|
|
break;
|
|
}
|
|
case 42: {
|
|
CLMPPCHKELK = input.ReadString();
|
|
break;
|
|
}
|
|
case 56: {
|
|
EndTime = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 72: {
|
|
CECEBPEGFKH = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
BeginTime = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 96: {
|
|
IAADNNGFLKE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
ConfigId = 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 18: {
|
|
APHJCAKPKLI = input.ReadString();
|
|
break;
|
|
}
|
|
case 24: {
|
|
BCLGGMOGGPA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
NCDOABLAEMC = input.ReadString();
|
|
break;
|
|
}
|
|
case 42: {
|
|
CLMPPCHKELK = input.ReadString();
|
|
break;
|
|
}
|
|
case 56: {
|
|
EndTime = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 72: {
|
|
CECEBPEGFKH = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
BeginTime = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 96: {
|
|
IAADNNGFLKE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
ConfigId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|