// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: UpdatePlayerSetting.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 UpdatePlayerSetting.proto public static partial class UpdatePlayerSettingReflection { #region Descriptor /// File descriptor for UpdatePlayerSetting.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static UpdatePlayerSettingReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlVcGRhdGVQbGF5ZXJTZXR0aW5nLnByb3RvGhFPR0ZJT0RQSUxFTC5wcm90", "byLgAgoTVXBkYXRlUGxheWVyU2V0dGluZxIVCgtLQVBESU1HSkxORhgDIAEo", "CEgAEhUKC01NTU5KQ0hFTUZOGAogASgISAASFQoLTktFS0lCTkpNUEEYBSAB", "KAhIABIVCgtQQktCR0xISEtQRRgEIAEoCEgAEhUKC05KRk1JTEpPRk9LGA0g", "ASgISAASFQoLQUlDTkZBT0JDUEkYCCABKAhIABIVCgtLSk5DQ0tISkZIRRgC", "IAEoCEgAEhUKC0FQT05FSURNUEhMGAYgASgISAASFQoLR01KQU5PSk1LQ0UY", "ASABKAhIABIjCgtHSEtDTUROS09QThgHIAEoCzIMLk9HRklPRFBJTEVMSAAS", "FQoLQUFNRUxPSFBCSEwYDCABKAhIABIWCgtNQ0NKTEJFTUtDThj9DCABKAhI", "ABIWCgtPRUdJRk9ERUFLSxjqASABKAhIAEIOCgxzZXR0aW5nX2Nhc2VCHqoC", "G0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OGFIODPILELReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.UpdatePlayerSetting), global::EggLink.DanhengServer.Proto.UpdatePlayerSetting.Parser, new[]{ "KAPDIMGJLNF", "MMMNJCHEMFN", "NKEKIBNJMPA", "PBKBGLHHKPE", "NJFMILJOFOK", "AICNFAOBCPI", "KJNCCKHJFHE", "APONEIDMPHL", "GMJANOJMKCE", "GHKCMDNKOPN", "AAMELOHPBHL", "MCCJLBEMKCN", "OEGIFODEAKK" }, new[]{ "SettingCase" }, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class UpdatePlayerSetting : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new UpdatePlayerSetting()); 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.UpdatePlayerSettingReflection.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 UpdatePlayerSetting() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public UpdatePlayerSetting(UpdatePlayerSetting other) : this() { switch (other.SettingCaseCase) { case SettingCaseOneofCase.KAPDIMGJLNF: KAPDIMGJLNF = other.KAPDIMGJLNF; break; case SettingCaseOneofCase.MMMNJCHEMFN: MMMNJCHEMFN = other.MMMNJCHEMFN; break; case SettingCaseOneofCase.NKEKIBNJMPA: NKEKIBNJMPA = other.NKEKIBNJMPA; break; case SettingCaseOneofCase.PBKBGLHHKPE: PBKBGLHHKPE = other.PBKBGLHHKPE; break; case SettingCaseOneofCase.NJFMILJOFOK: NJFMILJOFOK = other.NJFMILJOFOK; break; case SettingCaseOneofCase.AICNFAOBCPI: AICNFAOBCPI = other.AICNFAOBCPI; break; case SettingCaseOneofCase.KJNCCKHJFHE: KJNCCKHJFHE = other.KJNCCKHJFHE; break; case SettingCaseOneofCase.APONEIDMPHL: APONEIDMPHL = other.APONEIDMPHL; break; case SettingCaseOneofCase.GMJANOJMKCE: GMJANOJMKCE = other.GMJANOJMKCE; break; case SettingCaseOneofCase.GHKCMDNKOPN: GHKCMDNKOPN = other.GHKCMDNKOPN.Clone(); break; case SettingCaseOneofCase.AAMELOHPBHL: AAMELOHPBHL = other.AAMELOHPBHL; break; case SettingCaseOneofCase.MCCJLBEMKCN: MCCJLBEMKCN = other.MCCJLBEMKCN; break; case SettingCaseOneofCase.OEGIFODEAKK: OEGIFODEAKK = other.OEGIFODEAKK; break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public UpdatePlayerSetting Clone() { return new UpdatePlayerSetting(this); } /// Field number for the "KAPDIMGJLNF" field. public const int KAPDIMGJLNFFieldNumber = 3; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool KAPDIMGJLNF { get { return HasKAPDIMGJLNF ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.KAPDIMGJLNF; } } /// Gets whether the "KAPDIMGJLNF" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasKAPDIMGJLNF { get { return settingCaseCase_ == SettingCaseOneofCase.KAPDIMGJLNF; } } /// Clears the value of the oneof if it's currently set to "KAPDIMGJLNF" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearKAPDIMGJLNF() { if (HasKAPDIMGJLNF) { ClearSettingCase(); } } /// Field number for the "MMMNJCHEMFN" field. public const int MMMNJCHEMFNFieldNumber = 10; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool MMMNJCHEMFN { get { return HasMMMNJCHEMFN ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.MMMNJCHEMFN; } } /// Gets whether the "MMMNJCHEMFN" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasMMMNJCHEMFN { get { return settingCaseCase_ == SettingCaseOneofCase.MMMNJCHEMFN; } } /// Clears the value of the oneof if it's currently set to "MMMNJCHEMFN" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearMMMNJCHEMFN() { if (HasMMMNJCHEMFN) { ClearSettingCase(); } } /// Field number for the "NKEKIBNJMPA" field. public const int NKEKIBNJMPAFieldNumber = 5; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool NKEKIBNJMPA { get { return HasNKEKIBNJMPA ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.NKEKIBNJMPA; } } /// Gets whether the "NKEKIBNJMPA" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasNKEKIBNJMPA { get { return settingCaseCase_ == SettingCaseOneofCase.NKEKIBNJMPA; } } /// Clears the value of the oneof if it's currently set to "NKEKIBNJMPA" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearNKEKIBNJMPA() { if (HasNKEKIBNJMPA) { ClearSettingCase(); } } /// Field number for the "PBKBGLHHKPE" field. public const int PBKBGLHHKPEFieldNumber = 4; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool PBKBGLHHKPE { get { return HasPBKBGLHHKPE ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.PBKBGLHHKPE; } } /// Gets whether the "PBKBGLHHKPE" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasPBKBGLHHKPE { get { return settingCaseCase_ == SettingCaseOneofCase.PBKBGLHHKPE; } } /// Clears the value of the oneof if it's currently set to "PBKBGLHHKPE" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearPBKBGLHHKPE() { if (HasPBKBGLHHKPE) { ClearSettingCase(); } } /// Field number for the "NJFMILJOFOK" field. public const int NJFMILJOFOKFieldNumber = 13; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool NJFMILJOFOK { get { return HasNJFMILJOFOK ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.NJFMILJOFOK; } } /// Gets whether the "NJFMILJOFOK" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasNJFMILJOFOK { get { return settingCaseCase_ == SettingCaseOneofCase.NJFMILJOFOK; } } /// Clears the value of the oneof if it's currently set to "NJFMILJOFOK" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearNJFMILJOFOK() { if (HasNJFMILJOFOK) { ClearSettingCase(); } } /// Field number for the "AICNFAOBCPI" field. public const int AICNFAOBCPIFieldNumber = 8; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool AICNFAOBCPI { get { return HasAICNFAOBCPI ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.AICNFAOBCPI; } } /// Gets whether the "AICNFAOBCPI" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasAICNFAOBCPI { get { return settingCaseCase_ == SettingCaseOneofCase.AICNFAOBCPI; } } /// Clears the value of the oneof if it's currently set to "AICNFAOBCPI" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearAICNFAOBCPI() { if (HasAICNFAOBCPI) { ClearSettingCase(); } } /// Field number for the "KJNCCKHJFHE" field. public const int KJNCCKHJFHEFieldNumber = 2; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool KJNCCKHJFHE { get { return HasKJNCCKHJFHE ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.KJNCCKHJFHE; } } /// Gets whether the "KJNCCKHJFHE" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasKJNCCKHJFHE { get { return settingCaseCase_ == SettingCaseOneofCase.KJNCCKHJFHE; } } /// Clears the value of the oneof if it's currently set to "KJNCCKHJFHE" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearKJNCCKHJFHE() { if (HasKJNCCKHJFHE) { ClearSettingCase(); } } /// Field number for the "APONEIDMPHL" field. public const int APONEIDMPHLFieldNumber = 6; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool APONEIDMPHL { get { return HasAPONEIDMPHL ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.APONEIDMPHL; } } /// Gets whether the "APONEIDMPHL" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasAPONEIDMPHL { get { return settingCaseCase_ == SettingCaseOneofCase.APONEIDMPHL; } } /// Clears the value of the oneof if it's currently set to "APONEIDMPHL" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearAPONEIDMPHL() { if (HasAPONEIDMPHL) { ClearSettingCase(); } } /// Field number for the "GMJANOJMKCE" field. public const int GMJANOJMKCEFieldNumber = 1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool GMJANOJMKCE { get { return HasGMJANOJMKCE ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.GMJANOJMKCE; } } /// Gets whether the "GMJANOJMKCE" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasGMJANOJMKCE { get { return settingCaseCase_ == SettingCaseOneofCase.GMJANOJMKCE; } } /// Clears the value of the oneof if it's currently set to "GMJANOJMKCE" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearGMJANOJMKCE() { if (HasGMJANOJMKCE) { ClearSettingCase(); } } /// Field number for the "GHKCMDNKOPN" field. public const int GHKCMDNKOPNFieldNumber = 7; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.OGFIODPILEL GHKCMDNKOPN { get { return settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN ? (global::EggLink.DanhengServer.Proto.OGFIODPILEL) settingCase_ : null; } set { settingCase_ = value; settingCaseCase_ = value == null ? SettingCaseOneofCase.None : SettingCaseOneofCase.GHKCMDNKOPN; } } /// Field number for the "AAMELOHPBHL" field. public const int AAMELOHPBHLFieldNumber = 12; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool AAMELOHPBHL { get { return HasAAMELOHPBHL ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.AAMELOHPBHL; } } /// Gets whether the "AAMELOHPBHL" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasAAMELOHPBHL { get { return settingCaseCase_ == SettingCaseOneofCase.AAMELOHPBHL; } } /// Clears the value of the oneof if it's currently set to "AAMELOHPBHL" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearAAMELOHPBHL() { if (HasAAMELOHPBHL) { ClearSettingCase(); } } /// Field number for the "MCCJLBEMKCN" field. public const int MCCJLBEMKCNFieldNumber = 1661; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool MCCJLBEMKCN { get { return HasMCCJLBEMKCN ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.MCCJLBEMKCN; } } /// Gets whether the "MCCJLBEMKCN" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasMCCJLBEMKCN { get { return settingCaseCase_ == SettingCaseOneofCase.MCCJLBEMKCN; } } /// Clears the value of the oneof if it's currently set to "MCCJLBEMKCN" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearMCCJLBEMKCN() { if (HasMCCJLBEMKCN) { ClearSettingCase(); } } /// Field number for the "OEGIFODEAKK" field. public const int OEGIFODEAKKFieldNumber = 234; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool OEGIFODEAKK { get { return HasOEGIFODEAKK ? (bool) settingCase_ : false; } set { settingCase_ = value; settingCaseCase_ = SettingCaseOneofCase.OEGIFODEAKK; } } /// Gets whether the "OEGIFODEAKK" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasOEGIFODEAKK { get { return settingCaseCase_ == SettingCaseOneofCase.OEGIFODEAKK; } } /// Clears the value of the oneof if it's currently set to "OEGIFODEAKK" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearOEGIFODEAKK() { if (HasOEGIFODEAKK) { ClearSettingCase(); } } private object settingCase_; /// Enum of possible cases for the "setting_case" oneof. public enum SettingCaseOneofCase { None = 0, KAPDIMGJLNF = 3, MMMNJCHEMFN = 10, NKEKIBNJMPA = 5, PBKBGLHHKPE = 4, NJFMILJOFOK = 13, AICNFAOBCPI = 8, KJNCCKHJFHE = 2, APONEIDMPHL = 6, GMJANOJMKCE = 1, GHKCMDNKOPN = 7, AAMELOHPBHL = 12, MCCJLBEMKCN = 1661, OEGIFODEAKK = 234, } private SettingCaseOneofCase settingCaseCase_ = SettingCaseOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SettingCaseOneofCase SettingCaseCase { get { return settingCaseCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearSettingCase() { settingCaseCase_ = SettingCaseOneofCase.None; settingCase_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as UpdatePlayerSetting); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(UpdatePlayerSetting other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (KAPDIMGJLNF != other.KAPDIMGJLNF) return false; if (MMMNJCHEMFN != other.MMMNJCHEMFN) return false; if (NKEKIBNJMPA != other.NKEKIBNJMPA) return false; if (PBKBGLHHKPE != other.PBKBGLHHKPE) return false; if (NJFMILJOFOK != other.NJFMILJOFOK) return false; if (AICNFAOBCPI != other.AICNFAOBCPI) return false; if (KJNCCKHJFHE != other.KJNCCKHJFHE) return false; if (APONEIDMPHL != other.APONEIDMPHL) return false; if (GMJANOJMKCE != other.GMJANOJMKCE) return false; if (!object.Equals(GHKCMDNKOPN, other.GHKCMDNKOPN)) return false; if (AAMELOHPBHL != other.AAMELOHPBHL) return false; if (MCCJLBEMKCN != other.MCCJLBEMKCN) return false; if (OEGIFODEAKK != other.OEGIFODEAKK) return false; if (SettingCaseCase != other.SettingCaseCase) 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 (HasKAPDIMGJLNF) hash ^= KAPDIMGJLNF.GetHashCode(); if (HasMMMNJCHEMFN) hash ^= MMMNJCHEMFN.GetHashCode(); if (HasNKEKIBNJMPA) hash ^= NKEKIBNJMPA.GetHashCode(); if (HasPBKBGLHHKPE) hash ^= PBKBGLHHKPE.GetHashCode(); if (HasNJFMILJOFOK) hash ^= NJFMILJOFOK.GetHashCode(); if (HasAICNFAOBCPI) hash ^= AICNFAOBCPI.GetHashCode(); if (HasKJNCCKHJFHE) hash ^= KJNCCKHJFHE.GetHashCode(); if (HasAPONEIDMPHL) hash ^= APONEIDMPHL.GetHashCode(); if (HasGMJANOJMKCE) hash ^= GMJANOJMKCE.GetHashCode(); if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) hash ^= GHKCMDNKOPN.GetHashCode(); if (HasAAMELOHPBHL) hash ^= AAMELOHPBHL.GetHashCode(); if (HasMCCJLBEMKCN) hash ^= MCCJLBEMKCN.GetHashCode(); if (HasOEGIFODEAKK) hash ^= OEGIFODEAKK.GetHashCode(); hash ^= (int) settingCaseCase_; 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 (HasGMJANOJMKCE) { output.WriteRawTag(8); output.WriteBool(GMJANOJMKCE); } if (HasKJNCCKHJFHE) { output.WriteRawTag(16); output.WriteBool(KJNCCKHJFHE); } if (HasKAPDIMGJLNF) { output.WriteRawTag(24); output.WriteBool(KAPDIMGJLNF); } if (HasPBKBGLHHKPE) { output.WriteRawTag(32); output.WriteBool(PBKBGLHHKPE); } if (HasNKEKIBNJMPA) { output.WriteRawTag(40); output.WriteBool(NKEKIBNJMPA); } if (HasAPONEIDMPHL) { output.WriteRawTag(48); output.WriteBool(APONEIDMPHL); } if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) { output.WriteRawTag(58); output.WriteMessage(GHKCMDNKOPN); } if (HasAICNFAOBCPI) { output.WriteRawTag(64); output.WriteBool(AICNFAOBCPI); } if (HasMMMNJCHEMFN) { output.WriteRawTag(80); output.WriteBool(MMMNJCHEMFN); } if (HasAAMELOHPBHL) { output.WriteRawTag(96); output.WriteBool(AAMELOHPBHL); } if (HasNJFMILJOFOK) { output.WriteRawTag(104); output.WriteBool(NJFMILJOFOK); } if (HasOEGIFODEAKK) { output.WriteRawTag(208, 14); output.WriteBool(OEGIFODEAKK); } if (HasMCCJLBEMKCN) { output.WriteRawTag(232, 103); output.WriteBool(MCCJLBEMKCN); } 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 (HasGMJANOJMKCE) { output.WriteRawTag(8); output.WriteBool(GMJANOJMKCE); } if (HasKJNCCKHJFHE) { output.WriteRawTag(16); output.WriteBool(KJNCCKHJFHE); } if (HasKAPDIMGJLNF) { output.WriteRawTag(24); output.WriteBool(KAPDIMGJLNF); } if (HasPBKBGLHHKPE) { output.WriteRawTag(32); output.WriteBool(PBKBGLHHKPE); } if (HasNKEKIBNJMPA) { output.WriteRawTag(40); output.WriteBool(NKEKIBNJMPA); } if (HasAPONEIDMPHL) { output.WriteRawTag(48); output.WriteBool(APONEIDMPHL); } if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) { output.WriteRawTag(58); output.WriteMessage(GHKCMDNKOPN); } if (HasAICNFAOBCPI) { output.WriteRawTag(64); output.WriteBool(AICNFAOBCPI); } if (HasMMMNJCHEMFN) { output.WriteRawTag(80); output.WriteBool(MMMNJCHEMFN); } if (HasAAMELOHPBHL) { output.WriteRawTag(96); output.WriteBool(AAMELOHPBHL); } if (HasNJFMILJOFOK) { output.WriteRawTag(104); output.WriteBool(NJFMILJOFOK); } if (HasOEGIFODEAKK) { output.WriteRawTag(208, 14); output.WriteBool(OEGIFODEAKK); } if (HasMCCJLBEMKCN) { output.WriteRawTag(232, 103); output.WriteBool(MCCJLBEMKCN); } 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 (HasKAPDIMGJLNF) { size += 1 + 1; } if (HasMMMNJCHEMFN) { size += 1 + 1; } if (HasNKEKIBNJMPA) { size += 1 + 1; } if (HasPBKBGLHHKPE) { size += 1 + 1; } if (HasNJFMILJOFOK) { size += 1 + 1; } if (HasAICNFAOBCPI) { size += 1 + 1; } if (HasKJNCCKHJFHE) { size += 1 + 1; } if (HasAPONEIDMPHL) { size += 1 + 1; } if (HasGMJANOJMKCE) { size += 1 + 1; } if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GHKCMDNKOPN); } if (HasAAMELOHPBHL) { size += 1 + 1; } if (HasMCCJLBEMKCN) { size += 2 + 1; } if (HasOEGIFODEAKK) { size += 2 + 1; } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(UpdatePlayerSetting other) { if (other == null) { return; } switch (other.SettingCaseCase) { case SettingCaseOneofCase.KAPDIMGJLNF: KAPDIMGJLNF = other.KAPDIMGJLNF; break; case SettingCaseOneofCase.MMMNJCHEMFN: MMMNJCHEMFN = other.MMMNJCHEMFN; break; case SettingCaseOneofCase.NKEKIBNJMPA: NKEKIBNJMPA = other.NKEKIBNJMPA; break; case SettingCaseOneofCase.PBKBGLHHKPE: PBKBGLHHKPE = other.PBKBGLHHKPE; break; case SettingCaseOneofCase.NJFMILJOFOK: NJFMILJOFOK = other.NJFMILJOFOK; break; case SettingCaseOneofCase.AICNFAOBCPI: AICNFAOBCPI = other.AICNFAOBCPI; break; case SettingCaseOneofCase.KJNCCKHJFHE: KJNCCKHJFHE = other.KJNCCKHJFHE; break; case SettingCaseOneofCase.APONEIDMPHL: APONEIDMPHL = other.APONEIDMPHL; break; case SettingCaseOneofCase.GMJANOJMKCE: GMJANOJMKCE = other.GMJANOJMKCE; break; case SettingCaseOneofCase.GHKCMDNKOPN: if (GHKCMDNKOPN == null) { GHKCMDNKOPN = new global::EggLink.DanhengServer.Proto.OGFIODPILEL(); } GHKCMDNKOPN.MergeFrom(other.GHKCMDNKOPN); break; case SettingCaseOneofCase.AAMELOHPBHL: AAMELOHPBHL = other.AAMELOHPBHL; break; case SettingCaseOneofCase.MCCJLBEMKCN: MCCJLBEMKCN = other.MCCJLBEMKCN; break; case SettingCaseOneofCase.OEGIFODEAKK: OEGIFODEAKK = other.OEGIFODEAKK; 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 8: { GMJANOJMKCE = input.ReadBool(); break; } case 16: { KJNCCKHJFHE = input.ReadBool(); break; } case 24: { KAPDIMGJLNF = input.ReadBool(); break; } case 32: { PBKBGLHHKPE = input.ReadBool(); break; } case 40: { NKEKIBNJMPA = input.ReadBool(); break; } case 48: { APONEIDMPHL = input.ReadBool(); break; } case 58: { global::EggLink.DanhengServer.Proto.OGFIODPILEL subBuilder = new global::EggLink.DanhengServer.Proto.OGFIODPILEL(); if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) { subBuilder.MergeFrom(GHKCMDNKOPN); } input.ReadMessage(subBuilder); GHKCMDNKOPN = subBuilder; break; } case 64: { AICNFAOBCPI = input.ReadBool(); break; } case 80: { MMMNJCHEMFN = input.ReadBool(); break; } case 96: { AAMELOHPBHL = input.ReadBool(); break; } case 104: { NJFMILJOFOK = input.ReadBool(); break; } case 1872: { OEGIFODEAKK = input.ReadBool(); break; } case 13288: { MCCJLBEMKCN = 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: { GMJANOJMKCE = input.ReadBool(); break; } case 16: { KJNCCKHJFHE = input.ReadBool(); break; } case 24: { KAPDIMGJLNF = input.ReadBool(); break; } case 32: { PBKBGLHHKPE = input.ReadBool(); break; } case 40: { NKEKIBNJMPA = input.ReadBool(); break; } case 48: { APONEIDMPHL = input.ReadBool(); break; } case 58: { global::EggLink.DanhengServer.Proto.OGFIODPILEL subBuilder = new global::EggLink.DanhengServer.Proto.OGFIODPILEL(); if (settingCaseCase_ == SettingCaseOneofCase.GHKCMDNKOPN) { subBuilder.MergeFrom(GHKCMDNKOPN); } input.ReadMessage(subBuilder); GHKCMDNKOPN = subBuilder; break; } case 64: { AICNFAOBCPI = input.ReadBool(); break; } case 80: { MMMNJCHEMFN = input.ReadBool(); break; } case 96: { AAMELOHPBHL = input.ReadBool(); break; } case 104: { NJFMILJOFOK = input.ReadBool(); break; } case 1872: { OEGIFODEAKK = input.ReadBool(); break; } case 13288: { MCCJLBEMKCN = input.ReadBool(); break; } } } } #endif } #endregion } #endregion Designer generated code