Files
DanhengServer-OpenSource/Common/Proto/UpdatePlayerSettingData.cs
2024-05-11 21:58:31 +08:00

719 lines
26 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: UpdatePlayerSettingData.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 UpdatePlayerSettingData.proto</summary>
public static partial class UpdatePlayerSettingDataReflection {
#region Descriptor
/// <summary>File descriptor for UpdatePlayerSettingData.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static UpdatePlayerSettingDataReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1VcGRhdGVQbGF5ZXJTZXR0aW5nRGF0YS5wcm90bxoaRGlzcGxheUNoYWxs",
"ZW5nZUluZm8ucHJvdG8ijgIKF1VwZGF0ZVBsYXllclNldHRpbmdEYXRhEhUK",
"C09NQUNFSkNOS0VIGAYgASgISAASFQoLQ0dFSE9NSkxKSEUYCCABKAhIABIV",
"CgtBT0VOR1BESE1NRBgOIAEoCEgAEhUKC09PQUpPTkxOT0tDGAwgASgISAAS",
"FQoLS0FNSUZKSkVISk8YAiABKAhIABIVCgtBQ0VPSU9BQ0lKTxgHIAEoCEgA",
"EiwKC05FTkZISkRBREpBGAUgASgOMhUuRGlzcGxheUNoYWxsZW5nZUluZm9I",
"ABIVCgtCS0ZLRUFPS0pJQxgDIAEoCEgAEhUKC0RBREpPR0hIRURFGAsgASgI",
"SABCDQoLSEZDS0NLT0VESlBCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
"cm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DisplayChallengeInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdatePlayerSettingData), global::EggLink.DanhengServer.Proto.UpdatePlayerSettingData.Parser, new[]{ "OMACEJCNKEH", "CGEHOMJLJHE", "AOENGPDHMMD", "OOAJONLNOKC", "KAMIFJJEHJO", "ACEOIOACIJO", "NENFHJDADJA", "BKFKEAOKJIC", "DADJOGHHEDE" }, new[]{ "HFCKCKOEDJP" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class UpdatePlayerSettingData : pb::IMessage<UpdatePlayerSettingData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<UpdatePlayerSettingData> _parser = new pb::MessageParser<UpdatePlayerSettingData>(() => new UpdatePlayerSettingData());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<UpdatePlayerSettingData> 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.UpdatePlayerSettingDataReflection.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 UpdatePlayerSettingData() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public UpdatePlayerSettingData(UpdatePlayerSettingData other) : this() {
switch (other.HFCKCKOEDJPCase) {
case HFCKCKOEDJPOneofCase.OMACEJCNKEH:
OMACEJCNKEH = other.OMACEJCNKEH;
break;
case HFCKCKOEDJPOneofCase.CGEHOMJLJHE:
CGEHOMJLJHE = other.CGEHOMJLJHE;
break;
case HFCKCKOEDJPOneofCase.AOENGPDHMMD:
AOENGPDHMMD = other.AOENGPDHMMD;
break;
case HFCKCKOEDJPOneofCase.OOAJONLNOKC:
OOAJONLNOKC = other.OOAJONLNOKC;
break;
case HFCKCKOEDJPOneofCase.KAMIFJJEHJO:
KAMIFJJEHJO = other.KAMIFJJEHJO;
break;
case HFCKCKOEDJPOneofCase.ACEOIOACIJO:
ACEOIOACIJO = other.ACEOIOACIJO;
break;
case HFCKCKOEDJPOneofCase.NENFHJDADJA:
NENFHJDADJA = other.NENFHJDADJA;
break;
case HFCKCKOEDJPOneofCase.BKFKEAOKJIC:
BKFKEAOKJIC = other.BKFKEAOKJIC;
break;
case HFCKCKOEDJPOneofCase.DADJOGHHEDE:
DADJOGHHEDE = other.DADJOGHHEDE;
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public UpdatePlayerSettingData Clone() {
return new UpdatePlayerSettingData(this);
}
/// <summary>Field number for the "OMACEJCNKEH" field.</summary>
public const int OMACEJCNKEHFieldNumber = 6;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool OMACEJCNKEH {
get { return HasOMACEJCNKEH ? (bool) hFCKCKOEDJP_ : false; }
set {
hFCKCKOEDJP_ = value;
hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.OMACEJCNKEH;
}
}
/// <summary>Gets whether the "OMACEJCNKEH" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasOMACEJCNKEH {
get { return hFCKCKOEDJPCase_ == HFCKCKOEDJPOneofCase.OMACEJCNKEH; }
}
/// <summary> Clears the value of the oneof if it's currently set to "OMACEJCNKEH" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearOMACEJCNKEH() {
if (HasOMACEJCNKEH) {
ClearHFCKCKOEDJP();
}
}
/// <summary>Field number for the "CGEHOMJLJHE" field.</summary>
public const int CGEHOMJLJHEFieldNumber = 8;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool CGEHOMJLJHE {
get { return HasCGEHOMJLJHE ? (bool) hFCKCKOEDJP_ : false; }
set {
hFCKCKOEDJP_ = value;
hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.CGEHOMJLJHE;
}
}
/// <summary>Gets whether the "CGEHOMJLJHE" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasCGEHOMJLJHE {
get { return hFCKCKOEDJPCase_ == HFCKCKOEDJPOneofCase.CGEHOMJLJHE; }
}
/// <summary> Clears the value of the oneof if it's currently set to "CGEHOMJLJHE" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearCGEHOMJLJHE() {
if (HasCGEHOMJLJHE) {
ClearHFCKCKOEDJP();
}
}
/// <summary>Field number for the "AOENGPDHMMD" field.</summary>
public const int AOENGPDHMMDFieldNumber = 14;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool AOENGPDHMMD {
get { return HasAOENGPDHMMD ? (bool) hFCKCKOEDJP_ : false; }
set {
hFCKCKOEDJP_ = value;
hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.AOENGPDHMMD;
}
}
/// <summary>Gets whether the "AOENGPDHMMD" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasAOENGPDHMMD {
get { return hFCKCKOEDJPCase_ == HFCKCKOEDJPOneofCase.AOENGPDHMMD; }
}
/// <summary> Clears the value of the oneof if it's currently set to "AOENGPDHMMD" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearAOENGPDHMMD() {
if (HasAOENGPDHMMD) {
ClearHFCKCKOEDJP();
}
}
/// <summary>Field number for the "OOAJONLNOKC" field.</summary>
public const int OOAJONLNOKCFieldNumber = 12;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool OOAJONLNOKC {
get { return HasOOAJONLNOKC ? (bool) hFCKCKOEDJP_ : false; }
set {
hFCKCKOEDJP_ = value;
hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.OOAJONLNOKC;
}
}
/// <summary>Gets whether the "OOAJONLNOKC" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasOOAJONLNOKC {
get { return hFCKCKOEDJPCase_ == HFCKCKOEDJPOneofCase.OOAJONLNOKC; }
}
/// <summary> Clears the value of the oneof if it's currently set to "OOAJONLNOKC" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearOOAJONLNOKC() {
if (HasOOAJONLNOKC) {
ClearHFCKCKOEDJP();
}
}
/// <summary>Field number for the "KAMIFJJEHJO" field.</summary>
public const int KAMIFJJEHJOFieldNumber = 2;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool KAMIFJJEHJO {
get { return HasKAMIFJJEHJO ? (bool) hFCKCKOEDJP_ : false; }
set {
hFCKCKOEDJP_ = value;
hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.KAMIFJJEHJO;
}
}
/// <summary>Gets whether the "KAMIFJJEHJO" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasKAMIFJJEHJO {
get { return hFCKCKOEDJPCase_ == HFCKCKOEDJPOneofCase.KAMIFJJEHJO; }
}
/// <summary> Clears the value of the oneof if it's currently set to "KAMIFJJEHJO" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearKAMIFJJEHJO() {
if (HasKAMIFJJEHJO) {
ClearHFCKCKOEDJP();
}
}
/// <summary>Field number for the "ACEOIOACIJO" field.</summary>
public const int ACEOIOACIJOFieldNumber = 7;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool ACEOIOACIJO {
get { return HasACEOIOACIJO ? (bool) hFCKCKOEDJP_ : false; }
set {
hFCKCKOEDJP_ = value;
hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.ACEOIOACIJO;
}
}
/// <summary>Gets whether the "ACEOIOACIJO" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasACEOIOACIJO {
get { return hFCKCKOEDJPCase_ == HFCKCKOEDJPOneofCase.ACEOIOACIJO; }
}
/// <summary> Clears the value of the oneof if it's currently set to "ACEOIOACIJO" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearACEOIOACIJO() {
if (HasACEOIOACIJO) {
ClearHFCKCKOEDJP();
}
}
/// <summary>Field number for the "NENFHJDADJA" field.</summary>
public const int NENFHJDADJAFieldNumber = 5;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.DisplayChallengeInfo NENFHJDADJA {
get { return HasNENFHJDADJA ? (global::EggLink.DanhengServer.Proto.DisplayChallengeInfo) hFCKCKOEDJP_ : global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone; }
set {
hFCKCKOEDJP_ = value;
hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.NENFHJDADJA;
}
}
/// <summary>Gets whether the "NENFHJDADJA" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasNENFHJDADJA {
get { return hFCKCKOEDJPCase_ == HFCKCKOEDJPOneofCase.NENFHJDADJA; }
}
/// <summary> Clears the value of the oneof if it's currently set to "NENFHJDADJA" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearNENFHJDADJA() {
if (HasNENFHJDADJA) {
ClearHFCKCKOEDJP();
}
}
/// <summary>Field number for the "BKFKEAOKJIC" field.</summary>
public const int BKFKEAOKJICFieldNumber = 3;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool BKFKEAOKJIC {
get { return HasBKFKEAOKJIC ? (bool) hFCKCKOEDJP_ : false; }
set {
hFCKCKOEDJP_ = value;
hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.BKFKEAOKJIC;
}
}
/// <summary>Gets whether the "BKFKEAOKJIC" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasBKFKEAOKJIC {
get { return hFCKCKOEDJPCase_ == HFCKCKOEDJPOneofCase.BKFKEAOKJIC; }
}
/// <summary> Clears the value of the oneof if it's currently set to "BKFKEAOKJIC" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearBKFKEAOKJIC() {
if (HasBKFKEAOKJIC) {
ClearHFCKCKOEDJP();
}
}
/// <summary>Field number for the "DADJOGHHEDE" field.</summary>
public const int DADJOGHHEDEFieldNumber = 11;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool DADJOGHHEDE {
get { return HasDADJOGHHEDE ? (bool) hFCKCKOEDJP_ : false; }
set {
hFCKCKOEDJP_ = value;
hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.DADJOGHHEDE;
}
}
/// <summary>Gets whether the "DADJOGHHEDE" field is set</summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HasDADJOGHHEDE {
get { return hFCKCKOEDJPCase_ == HFCKCKOEDJPOneofCase.DADJOGHHEDE; }
}
/// <summary> Clears the value of the oneof if it's currently set to "DADJOGHHEDE" </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearDADJOGHHEDE() {
if (HasDADJOGHHEDE) {
ClearHFCKCKOEDJP();
}
}
private object hFCKCKOEDJP_;
/// <summary>Enum of possible cases for the "HFCKCKOEDJP" oneof.</summary>
public enum HFCKCKOEDJPOneofCase {
None = 0,
OMACEJCNKEH = 6,
CGEHOMJLJHE = 8,
AOENGPDHMMD = 14,
OOAJONLNOKC = 12,
KAMIFJJEHJO = 2,
ACEOIOACIJO = 7,
NENFHJDADJA = 5,
BKFKEAOKJIC = 3,
DADJOGHHEDE = 11,
}
private HFCKCKOEDJPOneofCase hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HFCKCKOEDJPOneofCase HFCKCKOEDJPCase {
get { return hFCKCKOEDJPCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearHFCKCKOEDJP() {
hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.None;
hFCKCKOEDJP_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as UpdatePlayerSettingData);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(UpdatePlayerSettingData other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (OMACEJCNKEH != other.OMACEJCNKEH) return false;
if (CGEHOMJLJHE != other.CGEHOMJLJHE) return false;
if (AOENGPDHMMD != other.AOENGPDHMMD) return false;
if (OOAJONLNOKC != other.OOAJONLNOKC) return false;
if (KAMIFJJEHJO != other.KAMIFJJEHJO) return false;
if (ACEOIOACIJO != other.ACEOIOACIJO) return false;
if (NENFHJDADJA != other.NENFHJDADJA) return false;
if (BKFKEAOKJIC != other.BKFKEAOKJIC) return false;
if (DADJOGHHEDE != other.DADJOGHHEDE) return false;
if (HFCKCKOEDJPCase != other.HFCKCKOEDJPCase) 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 (HasOMACEJCNKEH) hash ^= OMACEJCNKEH.GetHashCode();
if (HasCGEHOMJLJHE) hash ^= CGEHOMJLJHE.GetHashCode();
if (HasAOENGPDHMMD) hash ^= AOENGPDHMMD.GetHashCode();
if (HasOOAJONLNOKC) hash ^= OOAJONLNOKC.GetHashCode();
if (HasKAMIFJJEHJO) hash ^= KAMIFJJEHJO.GetHashCode();
if (HasACEOIOACIJO) hash ^= ACEOIOACIJO.GetHashCode();
if (HasNENFHJDADJA) hash ^= NENFHJDADJA.GetHashCode();
if (HasBKFKEAOKJIC) hash ^= BKFKEAOKJIC.GetHashCode();
if (HasDADJOGHHEDE) hash ^= DADJOGHHEDE.GetHashCode();
hash ^= (int) hFCKCKOEDJPCase_;
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 (HasKAMIFJJEHJO) {
output.WriteRawTag(16);
output.WriteBool(KAMIFJJEHJO);
}
if (HasBKFKEAOKJIC) {
output.WriteRawTag(24);
output.WriteBool(BKFKEAOKJIC);
}
if (HasNENFHJDADJA) {
output.WriteRawTag(40);
output.WriteEnum((int) NENFHJDADJA);
}
if (HasOMACEJCNKEH) {
output.WriteRawTag(48);
output.WriteBool(OMACEJCNKEH);
}
if (HasACEOIOACIJO) {
output.WriteRawTag(56);
output.WriteBool(ACEOIOACIJO);
}
if (HasCGEHOMJLJHE) {
output.WriteRawTag(64);
output.WriteBool(CGEHOMJLJHE);
}
if (HasDADJOGHHEDE) {
output.WriteRawTag(88);
output.WriteBool(DADJOGHHEDE);
}
if (HasOOAJONLNOKC) {
output.WriteRawTag(96);
output.WriteBool(OOAJONLNOKC);
}
if (HasAOENGPDHMMD) {
output.WriteRawTag(112);
output.WriteBool(AOENGPDHMMD);
}
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 (HasKAMIFJJEHJO) {
output.WriteRawTag(16);
output.WriteBool(KAMIFJJEHJO);
}
if (HasBKFKEAOKJIC) {
output.WriteRawTag(24);
output.WriteBool(BKFKEAOKJIC);
}
if (HasNENFHJDADJA) {
output.WriteRawTag(40);
output.WriteEnum((int) NENFHJDADJA);
}
if (HasOMACEJCNKEH) {
output.WriteRawTag(48);
output.WriteBool(OMACEJCNKEH);
}
if (HasACEOIOACIJO) {
output.WriteRawTag(56);
output.WriteBool(ACEOIOACIJO);
}
if (HasCGEHOMJLJHE) {
output.WriteRawTag(64);
output.WriteBool(CGEHOMJLJHE);
}
if (HasDADJOGHHEDE) {
output.WriteRawTag(88);
output.WriteBool(DADJOGHHEDE);
}
if (HasOOAJONLNOKC) {
output.WriteRawTag(96);
output.WriteBool(OOAJONLNOKC);
}
if (HasAOENGPDHMMD) {
output.WriteRawTag(112);
output.WriteBool(AOENGPDHMMD);
}
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 (HasOMACEJCNKEH) {
size += 1 + 1;
}
if (HasCGEHOMJLJHE) {
size += 1 + 1;
}
if (HasAOENGPDHMMD) {
size += 1 + 1;
}
if (HasOOAJONLNOKC) {
size += 1 + 1;
}
if (HasKAMIFJJEHJO) {
size += 1 + 1;
}
if (HasACEOIOACIJO) {
size += 1 + 1;
}
if (HasNENFHJDADJA) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) NENFHJDADJA);
}
if (HasBKFKEAOKJIC) {
size += 1 + 1;
}
if (HasDADJOGHHEDE) {
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(UpdatePlayerSettingData other) {
if (other == null) {
return;
}
switch (other.HFCKCKOEDJPCase) {
case HFCKCKOEDJPOneofCase.OMACEJCNKEH:
OMACEJCNKEH = other.OMACEJCNKEH;
break;
case HFCKCKOEDJPOneofCase.CGEHOMJLJHE:
CGEHOMJLJHE = other.CGEHOMJLJHE;
break;
case HFCKCKOEDJPOneofCase.AOENGPDHMMD:
AOENGPDHMMD = other.AOENGPDHMMD;
break;
case HFCKCKOEDJPOneofCase.OOAJONLNOKC:
OOAJONLNOKC = other.OOAJONLNOKC;
break;
case HFCKCKOEDJPOneofCase.KAMIFJJEHJO:
KAMIFJJEHJO = other.KAMIFJJEHJO;
break;
case HFCKCKOEDJPOneofCase.ACEOIOACIJO:
ACEOIOACIJO = other.ACEOIOACIJO;
break;
case HFCKCKOEDJPOneofCase.NENFHJDADJA:
NENFHJDADJA = other.NENFHJDADJA;
break;
case HFCKCKOEDJPOneofCase.BKFKEAOKJIC:
BKFKEAOKJIC = other.BKFKEAOKJIC;
break;
case HFCKCKOEDJPOneofCase.DADJOGHHEDE:
DADJOGHHEDE = other.DADJOGHHEDE;
break;
}
_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: {
KAMIFJJEHJO = input.ReadBool();
break;
}
case 24: {
BKFKEAOKJIC = input.ReadBool();
break;
}
case 40: {
hFCKCKOEDJP_ = input.ReadEnum();
hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.NENFHJDADJA;
break;
}
case 48: {
OMACEJCNKEH = input.ReadBool();
break;
}
case 56: {
ACEOIOACIJO = input.ReadBool();
break;
}
case 64: {
CGEHOMJLJHE = input.ReadBool();
break;
}
case 88: {
DADJOGHHEDE = input.ReadBool();
break;
}
case 96: {
OOAJONLNOKC = input.ReadBool();
break;
}
case 112: {
AOENGPDHMMD = 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 16: {
KAMIFJJEHJO = input.ReadBool();
break;
}
case 24: {
BKFKEAOKJIC = input.ReadBool();
break;
}
case 40: {
hFCKCKOEDJP_ = input.ReadEnum();
hFCKCKOEDJPCase_ = HFCKCKOEDJPOneofCase.NENFHJDADJA;
break;
}
case 48: {
OMACEJCNKEH = input.ReadBool();
break;
}
case 56: {
ACEOIOACIJO = input.ReadBool();
break;
}
case 64: {
CGEHOMJLJHE = input.ReadBool();
break;
}
case 88: {
DADJOGHHEDE = input.ReadBool();
break;
}
case 96: {
OOAJONLNOKC = input.ReadBool();
break;
}
case 112: {
AOENGPDHMMD = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code