Files
DanhengServer-OpenSource/Proto/PlayerSettingInfo.cs

573 lines
19 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(
"ChdQbGF5ZXJTZXR0aW5nSW5mby5wcm90bxoWQmF0dGxlUmVjb3JkVHlwZS5w",
"cm90byL4AQoRUGxheWVyU2V0dGluZ0luZm8SEwoLTkxETlBHRUxKTUcYByAB",
"KAgSEwoLREFGSEpKRURNT0YYDiABKAgSEwoLTEZFQk5PTE9OR00YBCABKAgS",
"EwoLQlBFTEZKR0lKSUQYCyABKAgSEwoLRk9LTEpLRUVJUE4YASABKAgSEwoL",
"S0RBS0RNQ0dGTkQYDyABKAgSEwoLTEZHSEdBREtIUEQYCiABKAgSEwoLREtM",
"SkdDRUhQSkwYCCABKAgSJgoLRVBNQ0tNQ0RJR0IYBiABKA4yES5CYXR0bGVS",
"ZWNvcmRUeXBlEhMKC0tFQUNHQktPRktGGAUgASgIQh6qAhtFZ2dMaW5rLkRh",
"bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleRecordTypeReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerSettingInfo), global::EggLink.DanhengServer.Proto.PlayerSettingInfo.Parser, new[]{ "NLDNPGELJMG", "DAFHJJEDMOF", "LFEBNOLONGM", "BPELFJGIJID", "FOKLJKEEIPN", "KDAKDMCGFND", "LFGHGADKHPD", "DKLJGCEHPJL", "EPMCKMCDIGB", "KEACGBKOFKF" }, 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() {
nLDNPGELJMG_ = other.nLDNPGELJMG_;
dAFHJJEDMOF_ = other.dAFHJJEDMOF_;
lFEBNOLONGM_ = other.lFEBNOLONGM_;
bPELFJGIJID_ = other.bPELFJGIJID_;
fOKLJKEEIPN_ = other.fOKLJKEEIPN_;
kDAKDMCGFND_ = other.kDAKDMCGFND_;
lFGHGADKHPD_ = other.lFGHGADKHPD_;
dKLJGCEHPJL_ = other.dKLJGCEHPJL_;
ePMCKMCDIGB_ = other.ePMCKMCDIGB_;
kEACGBKOFKF_ = other.kEACGBKOFKF_;
_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 "NLDNPGELJMG" field.</summary>
public const int NLDNPGELJMGFieldNumber = 7;
private bool nLDNPGELJMG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool NLDNPGELJMG {
get { return nLDNPGELJMG_; }
set {
nLDNPGELJMG_ = value;
}
}
/// <summary>Field number for the "DAFHJJEDMOF" field.</summary>
public const int DAFHJJEDMOFFieldNumber = 14;
private bool dAFHJJEDMOF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool DAFHJJEDMOF {
get { return dAFHJJEDMOF_; }
set {
dAFHJJEDMOF_ = value;
}
}
/// <summary>Field number for the "LFEBNOLONGM" field.</summary>
public const int LFEBNOLONGMFieldNumber = 4;
private bool lFEBNOLONGM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool LFEBNOLONGM {
get { return lFEBNOLONGM_; }
set {
lFEBNOLONGM_ = value;
}
}
/// <summary>Field number for the "BPELFJGIJID" field.</summary>
public const int BPELFJGIJIDFieldNumber = 11;
private bool bPELFJGIJID_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool BPELFJGIJID {
get { return bPELFJGIJID_; }
set {
bPELFJGIJID_ = value;
}
}
/// <summary>Field number for the "FOKLJKEEIPN" field.</summary>
public const int FOKLJKEEIPNFieldNumber = 1;
private bool fOKLJKEEIPN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool FOKLJKEEIPN {
get { return fOKLJKEEIPN_; }
set {
fOKLJKEEIPN_ = value;
}
}
/// <summary>Field number for the "KDAKDMCGFND" field.</summary>
public const int KDAKDMCGFNDFieldNumber = 15;
private bool kDAKDMCGFND_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool KDAKDMCGFND {
get { return kDAKDMCGFND_; }
set {
kDAKDMCGFND_ = value;
}
}
/// <summary>Field number for the "LFGHGADKHPD" field.</summary>
public const int LFGHGADKHPDFieldNumber = 10;
private bool lFGHGADKHPD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool LFGHGADKHPD {
get { return lFGHGADKHPD_; }
set {
lFGHGADKHPD_ = value;
}
}
/// <summary>Field number for the "DKLJGCEHPJL" field.</summary>
public const int DKLJGCEHPJLFieldNumber = 8;
private bool dKLJGCEHPJL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool DKLJGCEHPJL {
get { return dKLJGCEHPJL_; }
set {
dKLJGCEHPJL_ = value;
}
}
/// <summary>Field number for the "EPMCKMCDIGB" field.</summary>
public const int EPMCKMCDIGBFieldNumber = 6;
private global::EggLink.DanhengServer.Proto.BattleRecordType ePMCKMCDIGB_ = global::EggLink.DanhengServer.Proto.BattleRecordType.BattleRecordNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.BattleRecordType EPMCKMCDIGB {
get { return ePMCKMCDIGB_; }
set {
ePMCKMCDIGB_ = value;
}
}
/// <summary>Field number for the "KEACGBKOFKF" field.</summary>
public const int KEACGBKOFKFFieldNumber = 5;
private bool kEACGBKOFKF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool KEACGBKOFKF {
get { return kEACGBKOFKF_; }
set {
kEACGBKOFKF_ = 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 (NLDNPGELJMG != other.NLDNPGELJMG) return false;
if (DAFHJJEDMOF != other.DAFHJJEDMOF) return false;
if (LFEBNOLONGM != other.LFEBNOLONGM) return false;
if (BPELFJGIJID != other.BPELFJGIJID) return false;
if (FOKLJKEEIPN != other.FOKLJKEEIPN) return false;
if (KDAKDMCGFND != other.KDAKDMCGFND) return false;
if (LFGHGADKHPD != other.LFGHGADKHPD) return false;
if (DKLJGCEHPJL != other.DKLJGCEHPJL) return false;
if (EPMCKMCDIGB != other.EPMCKMCDIGB) return false;
if (KEACGBKOFKF != other.KEACGBKOFKF) 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 (NLDNPGELJMG != false) hash ^= NLDNPGELJMG.GetHashCode();
if (DAFHJJEDMOF != false) hash ^= DAFHJJEDMOF.GetHashCode();
if (LFEBNOLONGM != false) hash ^= LFEBNOLONGM.GetHashCode();
if (BPELFJGIJID != false) hash ^= BPELFJGIJID.GetHashCode();
if (FOKLJKEEIPN != false) hash ^= FOKLJKEEIPN.GetHashCode();
if (KDAKDMCGFND != false) hash ^= KDAKDMCGFND.GetHashCode();
if (LFGHGADKHPD != false) hash ^= LFGHGADKHPD.GetHashCode();
if (DKLJGCEHPJL != false) hash ^= DKLJGCEHPJL.GetHashCode();
if (EPMCKMCDIGB != global::EggLink.DanhengServer.Proto.BattleRecordType.BattleRecordNone) hash ^= EPMCKMCDIGB.GetHashCode();
if (KEACGBKOFKF != false) hash ^= KEACGBKOFKF.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 (FOKLJKEEIPN != false) {
output.WriteRawTag(8);
output.WriteBool(FOKLJKEEIPN);
}
if (LFEBNOLONGM != false) {
output.WriteRawTag(32);
output.WriteBool(LFEBNOLONGM);
}
if (KEACGBKOFKF != false) {
output.WriteRawTag(40);
output.WriteBool(KEACGBKOFKF);
}
if (EPMCKMCDIGB != global::EggLink.DanhengServer.Proto.BattleRecordType.BattleRecordNone) {
output.WriteRawTag(48);
output.WriteEnum((int) EPMCKMCDIGB);
}
if (NLDNPGELJMG != false) {
output.WriteRawTag(56);
output.WriteBool(NLDNPGELJMG);
}
if (DKLJGCEHPJL != false) {
output.WriteRawTag(64);
output.WriteBool(DKLJGCEHPJL);
}
if (LFGHGADKHPD != false) {
output.WriteRawTag(80);
output.WriteBool(LFGHGADKHPD);
}
if (BPELFJGIJID != false) {
output.WriteRawTag(88);
output.WriteBool(BPELFJGIJID);
}
if (DAFHJJEDMOF != false) {
output.WriteRawTag(112);
output.WriteBool(DAFHJJEDMOF);
}
if (KDAKDMCGFND != false) {
output.WriteRawTag(120);
output.WriteBool(KDAKDMCGFND);
}
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 (FOKLJKEEIPN != false) {
output.WriteRawTag(8);
output.WriteBool(FOKLJKEEIPN);
}
if (LFEBNOLONGM != false) {
output.WriteRawTag(32);
output.WriteBool(LFEBNOLONGM);
}
if (KEACGBKOFKF != false) {
output.WriteRawTag(40);
output.WriteBool(KEACGBKOFKF);
}
if (EPMCKMCDIGB != global::EggLink.DanhengServer.Proto.BattleRecordType.BattleRecordNone) {
output.WriteRawTag(48);
output.WriteEnum((int) EPMCKMCDIGB);
}
if (NLDNPGELJMG != false) {
output.WriteRawTag(56);
output.WriteBool(NLDNPGELJMG);
}
if (DKLJGCEHPJL != false) {
output.WriteRawTag(64);
output.WriteBool(DKLJGCEHPJL);
}
if (LFGHGADKHPD != false) {
output.WriteRawTag(80);
output.WriteBool(LFGHGADKHPD);
}
if (BPELFJGIJID != false) {
output.WriteRawTag(88);
output.WriteBool(BPELFJGIJID);
}
if (DAFHJJEDMOF != false) {
output.WriteRawTag(112);
output.WriteBool(DAFHJJEDMOF);
}
if (KDAKDMCGFND != false) {
output.WriteRawTag(120);
output.WriteBool(KDAKDMCGFND);
}
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 (NLDNPGELJMG != false) {
size += 1 + 1;
}
if (DAFHJJEDMOF != false) {
size += 1 + 1;
}
if (LFEBNOLONGM != false) {
size += 1 + 1;
}
if (BPELFJGIJID != false) {
size += 1 + 1;
}
if (FOKLJKEEIPN != false) {
size += 1 + 1;
}
if (KDAKDMCGFND != false) {
size += 1 + 1;
}
if (LFGHGADKHPD != false) {
size += 1 + 1;
}
if (DKLJGCEHPJL != false) {
size += 1 + 1;
}
if (EPMCKMCDIGB != global::EggLink.DanhengServer.Proto.BattleRecordType.BattleRecordNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EPMCKMCDIGB);
}
if (KEACGBKOFKF != 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.NLDNPGELJMG != false) {
NLDNPGELJMG = other.NLDNPGELJMG;
}
if (other.DAFHJJEDMOF != false) {
DAFHJJEDMOF = other.DAFHJJEDMOF;
}
if (other.LFEBNOLONGM != false) {
LFEBNOLONGM = other.LFEBNOLONGM;
}
if (other.BPELFJGIJID != false) {
BPELFJGIJID = other.BPELFJGIJID;
}
if (other.FOKLJKEEIPN != false) {
FOKLJKEEIPN = other.FOKLJKEEIPN;
}
if (other.KDAKDMCGFND != false) {
KDAKDMCGFND = other.KDAKDMCGFND;
}
if (other.LFGHGADKHPD != false) {
LFGHGADKHPD = other.LFGHGADKHPD;
}
if (other.DKLJGCEHPJL != false) {
DKLJGCEHPJL = other.DKLJGCEHPJL;
}
if (other.EPMCKMCDIGB != global::EggLink.DanhengServer.Proto.BattleRecordType.BattleRecordNone) {
EPMCKMCDIGB = other.EPMCKMCDIGB;
}
if (other.KEACGBKOFKF != false) {
KEACGBKOFKF = other.KEACGBKOFKF;
}
_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: {
FOKLJKEEIPN = input.ReadBool();
break;
}
case 32: {
LFEBNOLONGM = input.ReadBool();
break;
}
case 40: {
KEACGBKOFKF = input.ReadBool();
break;
}
case 48: {
EPMCKMCDIGB = (global::EggLink.DanhengServer.Proto.BattleRecordType) input.ReadEnum();
break;
}
case 56: {
NLDNPGELJMG = input.ReadBool();
break;
}
case 64: {
DKLJGCEHPJL = input.ReadBool();
break;
}
case 80: {
LFGHGADKHPD = input.ReadBool();
break;
}
case 88: {
BPELFJGIJID = input.ReadBool();
break;
}
case 112: {
DAFHJJEDMOF = input.ReadBool();
break;
}
case 120: {
KDAKDMCGFND = 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: {
FOKLJKEEIPN = input.ReadBool();
break;
}
case 32: {
LFEBNOLONGM = input.ReadBool();
break;
}
case 40: {
KEACGBKOFKF = input.ReadBool();
break;
}
case 48: {
EPMCKMCDIGB = (global::EggLink.DanhengServer.Proto.BattleRecordType) input.ReadEnum();
break;
}
case 56: {
NLDNPGELJMG = input.ReadBool();
break;
}
case 64: {
DKLJGCEHPJL = input.ReadBool();
break;
}
case 80: {
LFGHGADKHPD = input.ReadBool();
break;
}
case 88: {
BPELFJGIJID = input.ReadBool();
break;
}
case 112: {
DAFHJJEDMOF = input.ReadBool();
break;
}
case 120: {
KDAKDMCGFND = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code