Files
DanhengServer-OpenSource/Proto/PlayerSettingInfo.cs
2024-10-27 13:23:57 +08:00

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",
"Zm8SEwoLQUFGSkdOTkFQRkMYAiABKAgSEwoLSkxJUFBNSEVMRkYYCSABKAgS",
"EwoLTEVBTE9QS0ZQUEUYCCABKAgSEwoLTU9NQUVLQ09ES0cYDCABKAgSEwoL",
"QUZEQ0pCS0dOUEoYDyABKAgSEwoLQkpBREFMSkZLQUIYDiABKAgSEwoLT0RC",
"TERORktJQUYYAyABKAgSEwoLR0lHRkdLQktOSkQYCyABKAgSEwoLREVNT0JI",
"QkpOREkYBCABKAhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
"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[]{ "AAFJGNNAPFC", "JLIPPMHELFF", "LEALOPKFPPE", "MOMAEKCODKG", "AFDCJBKGNPJ", "BJADALJFKAB", "ODBLDNFKIAF", "GIGFGKBKNJD", "DEMOBHBJNDI" }, 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() {
aAFJGNNAPFC_ = other.aAFJGNNAPFC_;
jLIPPMHELFF_ = other.jLIPPMHELFF_;
lEALOPKFPPE_ = other.lEALOPKFPPE_;
mOMAEKCODKG_ = other.mOMAEKCODKG_;
aFDCJBKGNPJ_ = other.aFDCJBKGNPJ_;
bJADALJFKAB_ = other.bJADALJFKAB_;
oDBLDNFKIAF_ = other.oDBLDNFKIAF_;
gIGFGKBKNJD_ = other.gIGFGKBKNJD_;
dEMOBHBJNDI_ = other.dEMOBHBJNDI_;
_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 "AAFJGNNAPFC" field.</summary>
public const int AAFJGNNAPFCFieldNumber = 2;
private bool aAFJGNNAPFC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool AAFJGNNAPFC {
get { return aAFJGNNAPFC_; }
set {
aAFJGNNAPFC_ = value;
}
}
/// <summary>Field number for the "JLIPPMHELFF" field.</summary>
public const int JLIPPMHELFFFieldNumber = 9;
private bool jLIPPMHELFF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool JLIPPMHELFF {
get { return jLIPPMHELFF_; }
set {
jLIPPMHELFF_ = value;
}
}
/// <summary>Field number for the "LEALOPKFPPE" field.</summary>
public const int LEALOPKFPPEFieldNumber = 8;
private bool lEALOPKFPPE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool LEALOPKFPPE {
get { return lEALOPKFPPE_; }
set {
lEALOPKFPPE_ = value;
}
}
/// <summary>Field number for the "MOMAEKCODKG" field.</summary>
public const int MOMAEKCODKGFieldNumber = 12;
private bool mOMAEKCODKG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool MOMAEKCODKG {
get { return mOMAEKCODKG_; }
set {
mOMAEKCODKG_ = value;
}
}
/// <summary>Field number for the "AFDCJBKGNPJ" field.</summary>
public const int AFDCJBKGNPJFieldNumber = 15;
private bool aFDCJBKGNPJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool AFDCJBKGNPJ {
get { return aFDCJBKGNPJ_; }
set {
aFDCJBKGNPJ_ = value;
}
}
/// <summary>Field number for the "BJADALJFKAB" field.</summary>
public const int BJADALJFKABFieldNumber = 14;
private bool bJADALJFKAB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool BJADALJFKAB {
get { return bJADALJFKAB_; }
set {
bJADALJFKAB_ = value;
}
}
/// <summary>Field number for the "ODBLDNFKIAF" field.</summary>
public const int ODBLDNFKIAFFieldNumber = 3;
private bool oDBLDNFKIAF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool ODBLDNFKIAF {
get { return oDBLDNFKIAF_; }
set {
oDBLDNFKIAF_ = value;
}
}
/// <summary>Field number for the "GIGFGKBKNJD" field.</summary>
public const int GIGFGKBKNJDFieldNumber = 11;
private bool gIGFGKBKNJD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool GIGFGKBKNJD {
get { return gIGFGKBKNJD_; }
set {
gIGFGKBKNJD_ = value;
}
}
/// <summary>Field number for the "DEMOBHBJNDI" field.</summary>
public const int DEMOBHBJNDIFieldNumber = 4;
private bool dEMOBHBJNDI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool DEMOBHBJNDI {
get { return dEMOBHBJNDI_; }
set {
dEMOBHBJNDI_ = 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 (AAFJGNNAPFC != other.AAFJGNNAPFC) return false;
if (JLIPPMHELFF != other.JLIPPMHELFF) return false;
if (LEALOPKFPPE != other.LEALOPKFPPE) return false;
if (MOMAEKCODKG != other.MOMAEKCODKG) return false;
if (AFDCJBKGNPJ != other.AFDCJBKGNPJ) return false;
if (BJADALJFKAB != other.BJADALJFKAB) return false;
if (ODBLDNFKIAF != other.ODBLDNFKIAF) return false;
if (GIGFGKBKNJD != other.GIGFGKBKNJD) return false;
if (DEMOBHBJNDI != other.DEMOBHBJNDI) 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 (AAFJGNNAPFC != false) hash ^= AAFJGNNAPFC.GetHashCode();
if (JLIPPMHELFF != false) hash ^= JLIPPMHELFF.GetHashCode();
if (LEALOPKFPPE != false) hash ^= LEALOPKFPPE.GetHashCode();
if (MOMAEKCODKG != false) hash ^= MOMAEKCODKG.GetHashCode();
if (AFDCJBKGNPJ != false) hash ^= AFDCJBKGNPJ.GetHashCode();
if (BJADALJFKAB != false) hash ^= BJADALJFKAB.GetHashCode();
if (ODBLDNFKIAF != false) hash ^= ODBLDNFKIAF.GetHashCode();
if (GIGFGKBKNJD != false) hash ^= GIGFGKBKNJD.GetHashCode();
if (DEMOBHBJNDI != false) hash ^= DEMOBHBJNDI.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 (AAFJGNNAPFC != false) {
output.WriteRawTag(16);
output.WriteBool(AAFJGNNAPFC);
}
if (ODBLDNFKIAF != false) {
output.WriteRawTag(24);
output.WriteBool(ODBLDNFKIAF);
}
if (DEMOBHBJNDI != false) {
output.WriteRawTag(32);
output.WriteBool(DEMOBHBJNDI);
}
if (LEALOPKFPPE != false) {
output.WriteRawTag(64);
output.WriteBool(LEALOPKFPPE);
}
if (JLIPPMHELFF != false) {
output.WriteRawTag(72);
output.WriteBool(JLIPPMHELFF);
}
if (GIGFGKBKNJD != false) {
output.WriteRawTag(88);
output.WriteBool(GIGFGKBKNJD);
}
if (MOMAEKCODKG != false) {
output.WriteRawTag(96);
output.WriteBool(MOMAEKCODKG);
}
if (BJADALJFKAB != false) {
output.WriteRawTag(112);
output.WriteBool(BJADALJFKAB);
}
if (AFDCJBKGNPJ != false) {
output.WriteRawTag(120);
output.WriteBool(AFDCJBKGNPJ);
}
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 (AAFJGNNAPFC != false) {
output.WriteRawTag(16);
output.WriteBool(AAFJGNNAPFC);
}
if (ODBLDNFKIAF != false) {
output.WriteRawTag(24);
output.WriteBool(ODBLDNFKIAF);
}
if (DEMOBHBJNDI != false) {
output.WriteRawTag(32);
output.WriteBool(DEMOBHBJNDI);
}
if (LEALOPKFPPE != false) {
output.WriteRawTag(64);
output.WriteBool(LEALOPKFPPE);
}
if (JLIPPMHELFF != false) {
output.WriteRawTag(72);
output.WriteBool(JLIPPMHELFF);
}
if (GIGFGKBKNJD != false) {
output.WriteRawTag(88);
output.WriteBool(GIGFGKBKNJD);
}
if (MOMAEKCODKG != false) {
output.WriteRawTag(96);
output.WriteBool(MOMAEKCODKG);
}
if (BJADALJFKAB != false) {
output.WriteRawTag(112);
output.WriteBool(BJADALJFKAB);
}
if (AFDCJBKGNPJ != false) {
output.WriteRawTag(120);
output.WriteBool(AFDCJBKGNPJ);
}
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 (AAFJGNNAPFC != false) {
size += 1 + 1;
}
if (JLIPPMHELFF != false) {
size += 1 + 1;
}
if (LEALOPKFPPE != false) {
size += 1 + 1;
}
if (MOMAEKCODKG != false) {
size += 1 + 1;
}
if (AFDCJBKGNPJ != false) {
size += 1 + 1;
}
if (BJADALJFKAB != false) {
size += 1 + 1;
}
if (ODBLDNFKIAF != false) {
size += 1 + 1;
}
if (GIGFGKBKNJD != false) {
size += 1 + 1;
}
if (DEMOBHBJNDI != 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.AAFJGNNAPFC != false) {
AAFJGNNAPFC = other.AAFJGNNAPFC;
}
if (other.JLIPPMHELFF != false) {
JLIPPMHELFF = other.JLIPPMHELFF;
}
if (other.LEALOPKFPPE != false) {
LEALOPKFPPE = other.LEALOPKFPPE;
}
if (other.MOMAEKCODKG != false) {
MOMAEKCODKG = other.MOMAEKCODKG;
}
if (other.AFDCJBKGNPJ != false) {
AFDCJBKGNPJ = other.AFDCJBKGNPJ;
}
if (other.BJADALJFKAB != false) {
BJADALJFKAB = other.BJADALJFKAB;
}
if (other.ODBLDNFKIAF != false) {
ODBLDNFKIAF = other.ODBLDNFKIAF;
}
if (other.GIGFGKBKNJD != false) {
GIGFGKBKNJD = other.GIGFGKBKNJD;
}
if (other.DEMOBHBJNDI != false) {
DEMOBHBJNDI = other.DEMOBHBJNDI;
}
_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: {
AAFJGNNAPFC = input.ReadBool();
break;
}
case 24: {
ODBLDNFKIAF = input.ReadBool();
break;
}
case 32: {
DEMOBHBJNDI = input.ReadBool();
break;
}
case 64: {
LEALOPKFPPE = input.ReadBool();
break;
}
case 72: {
JLIPPMHELFF = input.ReadBool();
break;
}
case 88: {
GIGFGKBKNJD = input.ReadBool();
break;
}
case 96: {
MOMAEKCODKG = input.ReadBool();
break;
}
case 112: {
BJADALJFKAB = input.ReadBool();
break;
}
case 120: {
AFDCJBKGNPJ = 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: {
AAFJGNNAPFC = input.ReadBool();
break;
}
case 24: {
ODBLDNFKIAF = input.ReadBool();
break;
}
case 32: {
DEMOBHBJNDI = input.ReadBool();
break;
}
case 64: {
LEALOPKFPPE = input.ReadBool();
break;
}
case 72: {
JLIPPMHELFF = input.ReadBool();
break;
}
case 88: {
GIGFGKBKNJD = input.ReadBool();
break;
}
case 96: {
MOMAEKCODKG = input.ReadBool();
break;
}
case 112: {
BJADALJFKAB = input.ReadBool();
break;
}
case 120: {
AFDCJBKGNPJ = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code