mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
535 lines
18 KiB
C#
535 lines
18 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PlayerSettingInfo.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 PlayerSettingInfo.proto</summary>
|
|
public static partial class PlayerSettingInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PlayerSettingInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PlayerSettingInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChdQbGF5ZXJTZXR0aW5nSW5mby5wcm90byLQAQoRUGxheWVyU2V0dGluZ0lu",
|
|
"Zm8SEwoLREFBQUlIRFBDRkUYAiABKAgSEwoLTEpERU1JSEJLQUoYASABKAgS",
|
|
"EwoLTU9LTUVFREJFQ0wYAyABKAgSEwoLTExOTERES0tHUEgYDyABKAgSEwoL",
|
|
"RkxKSEdES09OTEMYCSABKAgSEwoLTUFKSU1EQ0hOREwYCyABKAgSEwoLQkJK",
|
|
"R0VHRUpKRkIYDCABKAgSEwoLQU9MS0RBSk9OT0gYByABKAgSEwoLT0pORUxL",
|
|
"SU9BT0sYDiABKAhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
|
|
"cHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerSettingInfo), global::EggLink.DanhengServer.Proto.PlayerSettingInfo.Parser, new[]{ "DAAAIHDPCFE", "LJDEMIHBKAJ", "MOKMEEDBECL", "LLNLDDKKGPH", "FLJHGDKONLC", "MAJIMDCHNDL", "BBJGEGEJJFB", "AOLKDAJONOH", "OJNELKIOAOK" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class PlayerSettingInfo : pb::IMessage<PlayerSettingInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<PlayerSettingInfo> _parser = new pb::MessageParser<PlayerSettingInfo>(() => new PlayerSettingInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<PlayerSettingInfo> 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.PlayerSettingInfoReflection.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 PlayerSettingInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerSettingInfo(PlayerSettingInfo other) : this() {
|
|
dAAAIHDPCFE_ = other.dAAAIHDPCFE_;
|
|
lJDEMIHBKAJ_ = other.lJDEMIHBKAJ_;
|
|
mOKMEEDBECL_ = other.mOKMEEDBECL_;
|
|
lLNLDDKKGPH_ = other.lLNLDDKKGPH_;
|
|
fLJHGDKONLC_ = other.fLJHGDKONLC_;
|
|
mAJIMDCHNDL_ = other.mAJIMDCHNDL_;
|
|
bBJGEGEJJFB_ = other.bBJGEGEJJFB_;
|
|
aOLKDAJONOH_ = other.aOLKDAJONOH_;
|
|
oJNELKIOAOK_ = other.oJNELKIOAOK_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerSettingInfo Clone() {
|
|
return new PlayerSettingInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "DAAAIHDPCFE" field.</summary>
|
|
public const int DAAAIHDPCFEFieldNumber = 2;
|
|
private bool dAAAIHDPCFE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool DAAAIHDPCFE {
|
|
get { return dAAAIHDPCFE_; }
|
|
set {
|
|
dAAAIHDPCFE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LJDEMIHBKAJ" field.</summary>
|
|
public const int LJDEMIHBKAJFieldNumber = 1;
|
|
private bool lJDEMIHBKAJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool LJDEMIHBKAJ {
|
|
get { return lJDEMIHBKAJ_; }
|
|
set {
|
|
lJDEMIHBKAJ_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MOKMEEDBECL" field.</summary>
|
|
public const int MOKMEEDBECLFieldNumber = 3;
|
|
private bool mOKMEEDBECL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool MOKMEEDBECL {
|
|
get { return mOKMEEDBECL_; }
|
|
set {
|
|
mOKMEEDBECL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LLNLDDKKGPH" field.</summary>
|
|
public const int LLNLDDKKGPHFieldNumber = 15;
|
|
private bool lLNLDDKKGPH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool LLNLDDKKGPH {
|
|
get { return lLNLDDKKGPH_; }
|
|
set {
|
|
lLNLDDKKGPH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FLJHGDKONLC" field.</summary>
|
|
public const int FLJHGDKONLCFieldNumber = 9;
|
|
private bool fLJHGDKONLC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool FLJHGDKONLC {
|
|
get { return fLJHGDKONLC_; }
|
|
set {
|
|
fLJHGDKONLC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MAJIMDCHNDL" field.</summary>
|
|
public const int MAJIMDCHNDLFieldNumber = 11;
|
|
private bool mAJIMDCHNDL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool MAJIMDCHNDL {
|
|
get { return mAJIMDCHNDL_; }
|
|
set {
|
|
mAJIMDCHNDL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BBJGEGEJJFB" field.</summary>
|
|
public const int BBJGEGEJJFBFieldNumber = 12;
|
|
private bool bBJGEGEJJFB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool BBJGEGEJJFB {
|
|
get { return bBJGEGEJJFB_; }
|
|
set {
|
|
bBJGEGEJJFB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "AOLKDAJONOH" field.</summary>
|
|
public const int AOLKDAJONOHFieldNumber = 7;
|
|
private bool aOLKDAJONOH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool AOLKDAJONOH {
|
|
get { return aOLKDAJONOH_; }
|
|
set {
|
|
aOLKDAJONOH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OJNELKIOAOK" field.</summary>
|
|
public const int OJNELKIOAOKFieldNumber = 14;
|
|
private bool oJNELKIOAOK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool OJNELKIOAOK {
|
|
get { return oJNELKIOAOK_; }
|
|
set {
|
|
oJNELKIOAOK_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as PlayerSettingInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(PlayerSettingInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (DAAAIHDPCFE != other.DAAAIHDPCFE) return false;
|
|
if (LJDEMIHBKAJ != other.LJDEMIHBKAJ) return false;
|
|
if (MOKMEEDBECL != other.MOKMEEDBECL) return false;
|
|
if (LLNLDDKKGPH != other.LLNLDDKKGPH) return false;
|
|
if (FLJHGDKONLC != other.FLJHGDKONLC) return false;
|
|
if (MAJIMDCHNDL != other.MAJIMDCHNDL) return false;
|
|
if (BBJGEGEJJFB != other.BBJGEGEJJFB) return false;
|
|
if (AOLKDAJONOH != other.AOLKDAJONOH) return false;
|
|
if (OJNELKIOAOK != other.OJNELKIOAOK) 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 (DAAAIHDPCFE != false) hash ^= DAAAIHDPCFE.GetHashCode();
|
|
if (LJDEMIHBKAJ != false) hash ^= LJDEMIHBKAJ.GetHashCode();
|
|
if (MOKMEEDBECL != false) hash ^= MOKMEEDBECL.GetHashCode();
|
|
if (LLNLDDKKGPH != false) hash ^= LLNLDDKKGPH.GetHashCode();
|
|
if (FLJHGDKONLC != false) hash ^= FLJHGDKONLC.GetHashCode();
|
|
if (MAJIMDCHNDL != false) hash ^= MAJIMDCHNDL.GetHashCode();
|
|
if (BBJGEGEJJFB != false) hash ^= BBJGEGEJJFB.GetHashCode();
|
|
if (AOLKDAJONOH != false) hash ^= AOLKDAJONOH.GetHashCode();
|
|
if (OJNELKIOAOK != false) hash ^= OJNELKIOAOK.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 (LJDEMIHBKAJ != false) {
|
|
output.WriteRawTag(8);
|
|
output.WriteBool(LJDEMIHBKAJ);
|
|
}
|
|
if (DAAAIHDPCFE != false) {
|
|
output.WriteRawTag(16);
|
|
output.WriteBool(DAAAIHDPCFE);
|
|
}
|
|
if (MOKMEEDBECL != false) {
|
|
output.WriteRawTag(24);
|
|
output.WriteBool(MOKMEEDBECL);
|
|
}
|
|
if (AOLKDAJONOH != false) {
|
|
output.WriteRawTag(56);
|
|
output.WriteBool(AOLKDAJONOH);
|
|
}
|
|
if (FLJHGDKONLC != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(FLJHGDKONLC);
|
|
}
|
|
if (MAJIMDCHNDL != false) {
|
|
output.WriteRawTag(88);
|
|
output.WriteBool(MAJIMDCHNDL);
|
|
}
|
|
if (BBJGEGEJJFB != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(BBJGEGEJJFB);
|
|
}
|
|
if (OJNELKIOAOK != false) {
|
|
output.WriteRawTag(112);
|
|
output.WriteBool(OJNELKIOAOK);
|
|
}
|
|
if (LLNLDDKKGPH != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(LLNLDDKKGPH);
|
|
}
|
|
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 (LJDEMIHBKAJ != false) {
|
|
output.WriteRawTag(8);
|
|
output.WriteBool(LJDEMIHBKAJ);
|
|
}
|
|
if (DAAAIHDPCFE != false) {
|
|
output.WriteRawTag(16);
|
|
output.WriteBool(DAAAIHDPCFE);
|
|
}
|
|
if (MOKMEEDBECL != false) {
|
|
output.WriteRawTag(24);
|
|
output.WriteBool(MOKMEEDBECL);
|
|
}
|
|
if (AOLKDAJONOH != false) {
|
|
output.WriteRawTag(56);
|
|
output.WriteBool(AOLKDAJONOH);
|
|
}
|
|
if (FLJHGDKONLC != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(FLJHGDKONLC);
|
|
}
|
|
if (MAJIMDCHNDL != false) {
|
|
output.WriteRawTag(88);
|
|
output.WriteBool(MAJIMDCHNDL);
|
|
}
|
|
if (BBJGEGEJJFB != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(BBJGEGEJJFB);
|
|
}
|
|
if (OJNELKIOAOK != false) {
|
|
output.WriteRawTag(112);
|
|
output.WriteBool(OJNELKIOAOK);
|
|
}
|
|
if (LLNLDDKKGPH != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(LLNLDDKKGPH);
|
|
}
|
|
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 (DAAAIHDPCFE != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (LJDEMIHBKAJ != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (MOKMEEDBECL != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (LLNLDDKKGPH != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (FLJHGDKONLC != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (MAJIMDCHNDL != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (BBJGEGEJJFB != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (AOLKDAJONOH != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (OJNELKIOAOK != 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(PlayerSettingInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.DAAAIHDPCFE != false) {
|
|
DAAAIHDPCFE = other.DAAAIHDPCFE;
|
|
}
|
|
if (other.LJDEMIHBKAJ != false) {
|
|
LJDEMIHBKAJ = other.LJDEMIHBKAJ;
|
|
}
|
|
if (other.MOKMEEDBECL != false) {
|
|
MOKMEEDBECL = other.MOKMEEDBECL;
|
|
}
|
|
if (other.LLNLDDKKGPH != false) {
|
|
LLNLDDKKGPH = other.LLNLDDKKGPH;
|
|
}
|
|
if (other.FLJHGDKONLC != false) {
|
|
FLJHGDKONLC = other.FLJHGDKONLC;
|
|
}
|
|
if (other.MAJIMDCHNDL != false) {
|
|
MAJIMDCHNDL = other.MAJIMDCHNDL;
|
|
}
|
|
if (other.BBJGEGEJJFB != false) {
|
|
BBJGEGEJJFB = other.BBJGEGEJJFB;
|
|
}
|
|
if (other.AOLKDAJONOH != false) {
|
|
AOLKDAJONOH = other.AOLKDAJONOH;
|
|
}
|
|
if (other.OJNELKIOAOK != false) {
|
|
OJNELKIOAOK = other.OJNELKIOAOK;
|
|
}
|
|
_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: {
|
|
LJDEMIHBKAJ = input.ReadBool();
|
|
break;
|
|
}
|
|
case 16: {
|
|
DAAAIHDPCFE = input.ReadBool();
|
|
break;
|
|
}
|
|
case 24: {
|
|
MOKMEEDBECL = input.ReadBool();
|
|
break;
|
|
}
|
|
case 56: {
|
|
AOLKDAJONOH = input.ReadBool();
|
|
break;
|
|
}
|
|
case 72: {
|
|
FLJHGDKONLC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
MAJIMDCHNDL = input.ReadBool();
|
|
break;
|
|
}
|
|
case 96: {
|
|
BBJGEGEJJFB = input.ReadBool();
|
|
break;
|
|
}
|
|
case 112: {
|
|
OJNELKIOAOK = input.ReadBool();
|
|
break;
|
|
}
|
|
case 120: {
|
|
LLNLDDKKGPH = 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: {
|
|
LJDEMIHBKAJ = input.ReadBool();
|
|
break;
|
|
}
|
|
case 16: {
|
|
DAAAIHDPCFE = input.ReadBool();
|
|
break;
|
|
}
|
|
case 24: {
|
|
MOKMEEDBECL = input.ReadBool();
|
|
break;
|
|
}
|
|
case 56: {
|
|
AOLKDAJONOH = input.ReadBool();
|
|
break;
|
|
}
|
|
case 72: {
|
|
FLJHGDKONLC = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
MAJIMDCHNDL = input.ReadBool();
|
|
break;
|
|
}
|
|
case 96: {
|
|
BBJGEGEJJFB = input.ReadBool();
|
|
break;
|
|
}
|
|
case 112: {
|
|
OJNELKIOAOK = input.ReadBool();
|
|
break;
|
|
}
|
|
case 120: {
|
|
LLNLDDKKGPH = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|