mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
534 lines
17 KiB
C#
534 lines
17 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: OBONHLAFBFD.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 OBONHLAFBFD.proto</summary>
|
|
public static partial class OBONHLAFBFDReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for OBONHLAFBFD.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static OBONHLAFBFDReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFPQk9OSExBRkJGRC5wcm90byLKAQoLT0JPTkhMQUZCRkQSEwoLSk1CQUdC",
|
|
"RklLQ00YCSABKAgSEwoLTUNMSkJMS0FDTVAYDyABKAgSEwoLQU5FQUFLSURQ",
|
|
"RkwYASABKAgSEwoLQ1BFRUVQREJCUEgYBiABKAgSEwoLR05PSE5QSkJGSkMY",
|
|
"CCABKAgSEwoLUEpJTEVNTUJMRkcYBSABKAgSEwoLTkVOR0VJSUpKQ0IYByAB",
|
|
"KAgSEwoLTk1KREJPSVBGSUMYBCABKAgSEwoLQ0dBRE1ERUtJQUMYCyABKAhC",
|
|
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OBONHLAFBFD), global::EggLink.DanhengServer.Proto.OBONHLAFBFD.Parser, new[]{ "JMBAGBFIKCM", "MCLJBLKACMP", "ANEAAKIDPFL", "CPEEEPDBBPH", "GNOHNPJBFJC", "PJILEMMBLFG", "NENGEIIJJCB", "NMJDBOIPFIC", "CGADMDEKIAC" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class OBONHLAFBFD : pb::IMessage<OBONHLAFBFD>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<OBONHLAFBFD> _parser = new pb::MessageParser<OBONHLAFBFD>(() => new OBONHLAFBFD());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<OBONHLAFBFD> 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.OBONHLAFBFDReflection.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 OBONHLAFBFD() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public OBONHLAFBFD(OBONHLAFBFD other) : this() {
|
|
jMBAGBFIKCM_ = other.jMBAGBFIKCM_;
|
|
mCLJBLKACMP_ = other.mCLJBLKACMP_;
|
|
aNEAAKIDPFL_ = other.aNEAAKIDPFL_;
|
|
cPEEEPDBBPH_ = other.cPEEEPDBBPH_;
|
|
gNOHNPJBFJC_ = other.gNOHNPJBFJC_;
|
|
pJILEMMBLFG_ = other.pJILEMMBLFG_;
|
|
nENGEIIJJCB_ = other.nENGEIIJJCB_;
|
|
nMJDBOIPFIC_ = other.nMJDBOIPFIC_;
|
|
cGADMDEKIAC_ = other.cGADMDEKIAC_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public OBONHLAFBFD Clone() {
|
|
return new OBONHLAFBFD(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "JMBAGBFIKCM" field.</summary>
|
|
public const int JMBAGBFIKCMFieldNumber = 9;
|
|
private bool jMBAGBFIKCM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool JMBAGBFIKCM {
|
|
get { return jMBAGBFIKCM_; }
|
|
set {
|
|
jMBAGBFIKCM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MCLJBLKACMP" field.</summary>
|
|
public const int MCLJBLKACMPFieldNumber = 15;
|
|
private bool mCLJBLKACMP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool MCLJBLKACMP {
|
|
get { return mCLJBLKACMP_; }
|
|
set {
|
|
mCLJBLKACMP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "ANEAAKIDPFL" field.</summary>
|
|
public const int ANEAAKIDPFLFieldNumber = 1;
|
|
private bool aNEAAKIDPFL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool ANEAAKIDPFL {
|
|
get { return aNEAAKIDPFL_; }
|
|
set {
|
|
aNEAAKIDPFL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CPEEEPDBBPH" field.</summary>
|
|
public const int CPEEEPDBBPHFieldNumber = 6;
|
|
private bool cPEEEPDBBPH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool CPEEEPDBBPH {
|
|
get { return cPEEEPDBBPH_; }
|
|
set {
|
|
cPEEEPDBBPH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "GNOHNPJBFJC" field.</summary>
|
|
public const int GNOHNPJBFJCFieldNumber = 8;
|
|
private bool gNOHNPJBFJC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool GNOHNPJBFJC {
|
|
get { return gNOHNPJBFJC_; }
|
|
set {
|
|
gNOHNPJBFJC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PJILEMMBLFG" field.</summary>
|
|
public const int PJILEMMBLFGFieldNumber = 5;
|
|
private bool pJILEMMBLFG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool PJILEMMBLFG {
|
|
get { return pJILEMMBLFG_; }
|
|
set {
|
|
pJILEMMBLFG_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NENGEIIJJCB" field.</summary>
|
|
public const int NENGEIIJJCBFieldNumber = 7;
|
|
private bool nENGEIIJJCB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool NENGEIIJJCB {
|
|
get { return nENGEIIJJCB_; }
|
|
set {
|
|
nENGEIIJJCB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NMJDBOIPFIC" field.</summary>
|
|
public const int NMJDBOIPFICFieldNumber = 4;
|
|
private bool nMJDBOIPFIC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool NMJDBOIPFIC {
|
|
get { return nMJDBOIPFIC_; }
|
|
set {
|
|
nMJDBOIPFIC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CGADMDEKIAC" field.</summary>
|
|
public const int CGADMDEKIACFieldNumber = 11;
|
|
private bool cGADMDEKIAC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool CGADMDEKIAC {
|
|
get { return cGADMDEKIAC_; }
|
|
set {
|
|
cGADMDEKIAC_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as OBONHLAFBFD);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(OBONHLAFBFD other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (JMBAGBFIKCM != other.JMBAGBFIKCM) return false;
|
|
if (MCLJBLKACMP != other.MCLJBLKACMP) return false;
|
|
if (ANEAAKIDPFL != other.ANEAAKIDPFL) return false;
|
|
if (CPEEEPDBBPH != other.CPEEEPDBBPH) return false;
|
|
if (GNOHNPJBFJC != other.GNOHNPJBFJC) return false;
|
|
if (PJILEMMBLFG != other.PJILEMMBLFG) return false;
|
|
if (NENGEIIJJCB != other.NENGEIIJJCB) return false;
|
|
if (NMJDBOIPFIC != other.NMJDBOIPFIC) return false;
|
|
if (CGADMDEKIAC != other.CGADMDEKIAC) 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 (JMBAGBFIKCM != false) hash ^= JMBAGBFIKCM.GetHashCode();
|
|
if (MCLJBLKACMP != false) hash ^= MCLJBLKACMP.GetHashCode();
|
|
if (ANEAAKIDPFL != false) hash ^= ANEAAKIDPFL.GetHashCode();
|
|
if (CPEEEPDBBPH != false) hash ^= CPEEEPDBBPH.GetHashCode();
|
|
if (GNOHNPJBFJC != false) hash ^= GNOHNPJBFJC.GetHashCode();
|
|
if (PJILEMMBLFG != false) hash ^= PJILEMMBLFG.GetHashCode();
|
|
if (NENGEIIJJCB != false) hash ^= NENGEIIJJCB.GetHashCode();
|
|
if (NMJDBOIPFIC != false) hash ^= NMJDBOIPFIC.GetHashCode();
|
|
if (CGADMDEKIAC != false) hash ^= CGADMDEKIAC.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 (ANEAAKIDPFL != false) {
|
|
output.WriteRawTag(8);
|
|
output.WriteBool(ANEAAKIDPFL);
|
|
}
|
|
if (NMJDBOIPFIC != false) {
|
|
output.WriteRawTag(32);
|
|
output.WriteBool(NMJDBOIPFIC);
|
|
}
|
|
if (PJILEMMBLFG != false) {
|
|
output.WriteRawTag(40);
|
|
output.WriteBool(PJILEMMBLFG);
|
|
}
|
|
if (CPEEEPDBBPH != false) {
|
|
output.WriteRawTag(48);
|
|
output.WriteBool(CPEEEPDBBPH);
|
|
}
|
|
if (NENGEIIJJCB != false) {
|
|
output.WriteRawTag(56);
|
|
output.WriteBool(NENGEIIJJCB);
|
|
}
|
|
if (GNOHNPJBFJC != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(GNOHNPJBFJC);
|
|
}
|
|
if (JMBAGBFIKCM != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(JMBAGBFIKCM);
|
|
}
|
|
if (CGADMDEKIAC != false) {
|
|
output.WriteRawTag(88);
|
|
output.WriteBool(CGADMDEKIAC);
|
|
}
|
|
if (MCLJBLKACMP != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(MCLJBLKACMP);
|
|
}
|
|
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 (ANEAAKIDPFL != false) {
|
|
output.WriteRawTag(8);
|
|
output.WriteBool(ANEAAKIDPFL);
|
|
}
|
|
if (NMJDBOIPFIC != false) {
|
|
output.WriteRawTag(32);
|
|
output.WriteBool(NMJDBOIPFIC);
|
|
}
|
|
if (PJILEMMBLFG != false) {
|
|
output.WriteRawTag(40);
|
|
output.WriteBool(PJILEMMBLFG);
|
|
}
|
|
if (CPEEEPDBBPH != false) {
|
|
output.WriteRawTag(48);
|
|
output.WriteBool(CPEEEPDBBPH);
|
|
}
|
|
if (NENGEIIJJCB != false) {
|
|
output.WriteRawTag(56);
|
|
output.WriteBool(NENGEIIJJCB);
|
|
}
|
|
if (GNOHNPJBFJC != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(GNOHNPJBFJC);
|
|
}
|
|
if (JMBAGBFIKCM != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(JMBAGBFIKCM);
|
|
}
|
|
if (CGADMDEKIAC != false) {
|
|
output.WriteRawTag(88);
|
|
output.WriteBool(CGADMDEKIAC);
|
|
}
|
|
if (MCLJBLKACMP != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(MCLJBLKACMP);
|
|
}
|
|
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 (JMBAGBFIKCM != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (MCLJBLKACMP != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (ANEAAKIDPFL != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (CPEEEPDBBPH != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (GNOHNPJBFJC != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (PJILEMMBLFG != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (NENGEIIJJCB != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (NMJDBOIPFIC != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (CGADMDEKIAC != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(OBONHLAFBFD other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.JMBAGBFIKCM != false) {
|
|
JMBAGBFIKCM = other.JMBAGBFIKCM;
|
|
}
|
|
if (other.MCLJBLKACMP != false) {
|
|
MCLJBLKACMP = other.MCLJBLKACMP;
|
|
}
|
|
if (other.ANEAAKIDPFL != false) {
|
|
ANEAAKIDPFL = other.ANEAAKIDPFL;
|
|
}
|
|
if (other.CPEEEPDBBPH != false) {
|
|
CPEEEPDBBPH = other.CPEEEPDBBPH;
|
|
}
|
|
if (other.GNOHNPJBFJC != false) {
|
|
GNOHNPJBFJC = other.GNOHNPJBFJC;
|
|
}
|
|
if (other.PJILEMMBLFG != false) {
|
|
PJILEMMBLFG = other.PJILEMMBLFG;
|
|
}
|
|
if (other.NENGEIIJJCB != false) {
|
|
NENGEIIJJCB = other.NENGEIIJJCB;
|
|
}
|
|
if (other.NMJDBOIPFIC != false) {
|
|
NMJDBOIPFIC = other.NMJDBOIPFIC;
|
|
}
|
|
if (other.CGADMDEKIAC != false) {
|
|
CGADMDEKIAC = other.CGADMDEKIAC;
|
|
}
|
|
_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: {
|
|
ANEAAKIDPFL = input.ReadBool();
|
|
break;
|
|
}
|
|
case 32: {
|
|
NMJDBOIPFIC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 40: {
|
|
PJILEMMBLFG = input.ReadBool();
|
|
break;
|
|
}
|
|
case 48: {
|
|
CPEEEPDBBPH = input.ReadBool();
|
|
break;
|
|
}
|
|
case 56: {
|
|
NENGEIIJJCB = input.ReadBool();
|
|
break;
|
|
}
|
|
case 64: {
|
|
GNOHNPJBFJC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 72: {
|
|
JMBAGBFIKCM = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
CGADMDEKIAC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 120: {
|
|
MCLJBLKACMP = input.ReadBool();
|
|
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: {
|
|
ANEAAKIDPFL = input.ReadBool();
|
|
break;
|
|
}
|
|
case 32: {
|
|
NMJDBOIPFIC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 40: {
|
|
PJILEMMBLFG = input.ReadBool();
|
|
break;
|
|
}
|
|
case 48: {
|
|
CPEEEPDBBPH = input.ReadBool();
|
|
break;
|
|
}
|
|
case 56: {
|
|
NENGEIIJJCB = input.ReadBool();
|
|
break;
|
|
}
|
|
case 64: {
|
|
GNOHNPJBFJC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 72: {
|
|
JMBAGBFIKCM = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
CGADMDEKIAC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 120: {
|
|
MCLJBLKACMP = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|