//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: PlayerSettingInfo.proto
//
#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 {
/// Holder for reflection information generated from PlayerSettingInfo.proto
public static partial class PlayerSettingInfoReflection {
#region Descriptor
/// File descriptor for PlayerSettingInfo.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static PlayerSettingInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChdQbGF5ZXJTZXR0aW5nSW5mby5wcm90byLvAQoRUGxheWVyU2V0dGluZ0lu",
"Zm8SEwoLS0pOQ0NLSEpGSEUYByABKAgSEwoLTkpGTUlMSk9GT0sYASABKAgS",
"HQoVaW5jbHVkZV91cGdyYWRlX3JlbGljGAggASgIEhMKC0FQT05FSURNUEhM",
"GAMgASgIEhMKC1BCS0JHTEhIS1BFGAwgASgIEhMKC0FJQ05GQU9CQ1BJGAkg",
"ASgIEhMKC05LRUtJQk5KTVBBGAogASgIEhMKC0dNSkFOT0pNS0NFGAsgASgI",
"EhMKC01NTU5KQ0hFTUZOGAIgASgIEhMKC0tBUERJTUdKTE5GGAUgASgIQh6q",
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
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[]{ "KJNCCKHJFHE", "NJFMILJOFOK", "IncludeUpgradeRelic", "APONEIDMPHL", "PBKBGLHHKPE", "AICNFAOBCPI", "NKEKIBNJMPA", "GMJANOJMKCE", "MMMNJCHEMFN", "KAPDIMGJLNF" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class PlayerSettingInfo : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PlayerSettingInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser 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() {
kJNCCKHJFHE_ = other.kJNCCKHJFHE_;
nJFMILJOFOK_ = other.nJFMILJOFOK_;
includeUpgradeRelic_ = other.includeUpgradeRelic_;
aPONEIDMPHL_ = other.aPONEIDMPHL_;
pBKBGLHHKPE_ = other.pBKBGLHHKPE_;
aICNFAOBCPI_ = other.aICNFAOBCPI_;
nKEKIBNJMPA_ = other.nKEKIBNJMPA_;
gMJANOJMKCE_ = other.gMJANOJMKCE_;
mMMNJCHEMFN_ = other.mMMNJCHEMFN_;
kAPDIMGJLNF_ = other.kAPDIMGJLNF_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PlayerSettingInfo Clone() {
return new PlayerSettingInfo(this);
}
/// Field number for the "KJNCCKHJFHE" field.
public const int KJNCCKHJFHEFieldNumber = 7;
private bool kJNCCKHJFHE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool KJNCCKHJFHE {
get { return kJNCCKHJFHE_; }
set {
kJNCCKHJFHE_ = value;
}
}
/// Field number for the "NJFMILJOFOK" field.
public const int NJFMILJOFOKFieldNumber = 1;
private bool nJFMILJOFOK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool NJFMILJOFOK {
get { return nJFMILJOFOK_; }
set {
nJFMILJOFOK_ = value;
}
}
/// Field number for the "include_upgrade_relic" field.
public const int IncludeUpgradeRelicFieldNumber = 8;
private bool includeUpgradeRelic_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IncludeUpgradeRelic {
get { return includeUpgradeRelic_; }
set {
includeUpgradeRelic_ = value;
}
}
/// Field number for the "APONEIDMPHL" field.
public const int APONEIDMPHLFieldNumber = 3;
private bool aPONEIDMPHL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool APONEIDMPHL {
get { return aPONEIDMPHL_; }
set {
aPONEIDMPHL_ = value;
}
}
/// Field number for the "PBKBGLHHKPE" field.
public const int PBKBGLHHKPEFieldNumber = 12;
private bool pBKBGLHHKPE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool PBKBGLHHKPE {
get { return pBKBGLHHKPE_; }
set {
pBKBGLHHKPE_ = value;
}
}
/// Field number for the "AICNFAOBCPI" field.
public const int AICNFAOBCPIFieldNumber = 9;
private bool aICNFAOBCPI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool AICNFAOBCPI {
get { return aICNFAOBCPI_; }
set {
aICNFAOBCPI_ = value;
}
}
/// Field number for the "NKEKIBNJMPA" field.
public const int NKEKIBNJMPAFieldNumber = 10;
private bool nKEKIBNJMPA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool NKEKIBNJMPA {
get { return nKEKIBNJMPA_; }
set {
nKEKIBNJMPA_ = value;
}
}
/// Field number for the "GMJANOJMKCE" field.
public const int GMJANOJMKCEFieldNumber = 11;
private bool gMJANOJMKCE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool GMJANOJMKCE {
get { return gMJANOJMKCE_; }
set {
gMJANOJMKCE_ = value;
}
}
/// Field number for the "MMMNJCHEMFN" field.
public const int MMMNJCHEMFNFieldNumber = 2;
private bool mMMNJCHEMFN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool MMMNJCHEMFN {
get { return mMMNJCHEMFN_; }
set {
mMMNJCHEMFN_ = value;
}
}
/// Field number for the "KAPDIMGJLNF" field.
public const int KAPDIMGJLNFFieldNumber = 5;
private bool kAPDIMGJLNF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool KAPDIMGJLNF {
get { return kAPDIMGJLNF_; }
set {
kAPDIMGJLNF_ = 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 (KJNCCKHJFHE != other.KJNCCKHJFHE) return false;
if (NJFMILJOFOK != other.NJFMILJOFOK) return false;
if (IncludeUpgradeRelic != other.IncludeUpgradeRelic) return false;
if (APONEIDMPHL != other.APONEIDMPHL) return false;
if (PBKBGLHHKPE != other.PBKBGLHHKPE) return false;
if (AICNFAOBCPI != other.AICNFAOBCPI) return false;
if (NKEKIBNJMPA != other.NKEKIBNJMPA) return false;
if (GMJANOJMKCE != other.GMJANOJMKCE) return false;
if (MMMNJCHEMFN != other.MMMNJCHEMFN) return false;
if (KAPDIMGJLNF != other.KAPDIMGJLNF) 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 (KJNCCKHJFHE != false) hash ^= KJNCCKHJFHE.GetHashCode();
if (NJFMILJOFOK != false) hash ^= NJFMILJOFOK.GetHashCode();
if (IncludeUpgradeRelic != false) hash ^= IncludeUpgradeRelic.GetHashCode();
if (APONEIDMPHL != false) hash ^= APONEIDMPHL.GetHashCode();
if (PBKBGLHHKPE != false) hash ^= PBKBGLHHKPE.GetHashCode();
if (AICNFAOBCPI != false) hash ^= AICNFAOBCPI.GetHashCode();
if (NKEKIBNJMPA != false) hash ^= NKEKIBNJMPA.GetHashCode();
if (GMJANOJMKCE != false) hash ^= GMJANOJMKCE.GetHashCode();
if (MMMNJCHEMFN != false) hash ^= MMMNJCHEMFN.GetHashCode();
if (KAPDIMGJLNF != false) hash ^= KAPDIMGJLNF.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 (NJFMILJOFOK != false) {
output.WriteRawTag(8);
output.WriteBool(NJFMILJOFOK);
}
if (MMMNJCHEMFN != false) {
output.WriteRawTag(16);
output.WriteBool(MMMNJCHEMFN);
}
if (APONEIDMPHL != false) {
output.WriteRawTag(24);
output.WriteBool(APONEIDMPHL);
}
if (KAPDIMGJLNF != false) {
output.WriteRawTag(40);
output.WriteBool(KAPDIMGJLNF);
}
if (KJNCCKHJFHE != false) {
output.WriteRawTag(56);
output.WriteBool(KJNCCKHJFHE);
}
if (IncludeUpgradeRelic != false) {
output.WriteRawTag(64);
output.WriteBool(IncludeUpgradeRelic);
}
if (AICNFAOBCPI != false) {
output.WriteRawTag(72);
output.WriteBool(AICNFAOBCPI);
}
if (NKEKIBNJMPA != false) {
output.WriteRawTag(80);
output.WriteBool(NKEKIBNJMPA);
}
if (GMJANOJMKCE != false) {
output.WriteRawTag(88);
output.WriteBool(GMJANOJMKCE);
}
if (PBKBGLHHKPE != false) {
output.WriteRawTag(96);
output.WriteBool(PBKBGLHHKPE);
}
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 (NJFMILJOFOK != false) {
output.WriteRawTag(8);
output.WriteBool(NJFMILJOFOK);
}
if (MMMNJCHEMFN != false) {
output.WriteRawTag(16);
output.WriteBool(MMMNJCHEMFN);
}
if (APONEIDMPHL != false) {
output.WriteRawTag(24);
output.WriteBool(APONEIDMPHL);
}
if (KAPDIMGJLNF != false) {
output.WriteRawTag(40);
output.WriteBool(KAPDIMGJLNF);
}
if (KJNCCKHJFHE != false) {
output.WriteRawTag(56);
output.WriteBool(KJNCCKHJFHE);
}
if (IncludeUpgradeRelic != false) {
output.WriteRawTag(64);
output.WriteBool(IncludeUpgradeRelic);
}
if (AICNFAOBCPI != false) {
output.WriteRawTag(72);
output.WriteBool(AICNFAOBCPI);
}
if (NKEKIBNJMPA != false) {
output.WriteRawTag(80);
output.WriteBool(NKEKIBNJMPA);
}
if (GMJANOJMKCE != false) {
output.WriteRawTag(88);
output.WriteBool(GMJANOJMKCE);
}
if (PBKBGLHHKPE != false) {
output.WriteRawTag(96);
output.WriteBool(PBKBGLHHKPE);
}
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 (KJNCCKHJFHE != false) {
size += 1 + 1;
}
if (NJFMILJOFOK != false) {
size += 1 + 1;
}
if (IncludeUpgradeRelic != false) {
size += 1 + 1;
}
if (APONEIDMPHL != false) {
size += 1 + 1;
}
if (PBKBGLHHKPE != false) {
size += 1 + 1;
}
if (AICNFAOBCPI != false) {
size += 1 + 1;
}
if (NKEKIBNJMPA != false) {
size += 1 + 1;
}
if (GMJANOJMKCE != false) {
size += 1 + 1;
}
if (MMMNJCHEMFN != false) {
size += 1 + 1;
}
if (KAPDIMGJLNF != 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.KJNCCKHJFHE != false) {
KJNCCKHJFHE = other.KJNCCKHJFHE;
}
if (other.NJFMILJOFOK != false) {
NJFMILJOFOK = other.NJFMILJOFOK;
}
if (other.IncludeUpgradeRelic != false) {
IncludeUpgradeRelic = other.IncludeUpgradeRelic;
}
if (other.APONEIDMPHL != false) {
APONEIDMPHL = other.APONEIDMPHL;
}
if (other.PBKBGLHHKPE != false) {
PBKBGLHHKPE = other.PBKBGLHHKPE;
}
if (other.AICNFAOBCPI != false) {
AICNFAOBCPI = other.AICNFAOBCPI;
}
if (other.NKEKIBNJMPA != false) {
NKEKIBNJMPA = other.NKEKIBNJMPA;
}
if (other.GMJANOJMKCE != false) {
GMJANOJMKCE = other.GMJANOJMKCE;
}
if (other.MMMNJCHEMFN != false) {
MMMNJCHEMFN = other.MMMNJCHEMFN;
}
if (other.KAPDIMGJLNF != false) {
KAPDIMGJLNF = other.KAPDIMGJLNF;
}
_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: {
NJFMILJOFOK = input.ReadBool();
break;
}
case 16: {
MMMNJCHEMFN = input.ReadBool();
break;
}
case 24: {
APONEIDMPHL = input.ReadBool();
break;
}
case 40: {
KAPDIMGJLNF = input.ReadBool();
break;
}
case 56: {
KJNCCKHJFHE = input.ReadBool();
break;
}
case 64: {
IncludeUpgradeRelic = input.ReadBool();
break;
}
case 72: {
AICNFAOBCPI = input.ReadBool();
break;
}
case 80: {
NKEKIBNJMPA = input.ReadBool();
break;
}
case 88: {
GMJANOJMKCE = input.ReadBool();
break;
}
case 96: {
PBKBGLHHKPE = 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: {
NJFMILJOFOK = input.ReadBool();
break;
}
case 16: {
MMMNJCHEMFN = input.ReadBool();
break;
}
case 24: {
APONEIDMPHL = input.ReadBool();
break;
}
case 40: {
KAPDIMGJLNF = input.ReadBool();
break;
}
case 56: {
KJNCCKHJFHE = input.ReadBool();
break;
}
case 64: {
IncludeUpgradeRelic = input.ReadBool();
break;
}
case 72: {
AICNFAOBCPI = input.ReadBool();
break;
}
case 80: {
NKEKIBNJMPA = input.ReadBool();
break;
}
case 88: {
GMJANOJMKCE = input.ReadBool();
break;
}
case 96: {
PBKBGLHHKPE = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code