Files
DanhengServer-OpenSource/Common/Proto/PlayerSettingInfo.cs
Somebody 9fa2f46fdd Update to 2.3.0
- Fix basic game play
- Fix ChessRogue side function ( only basic )
2024-07-05 21:49:18 +08:00

536 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(
"ChdQbGF5ZXJTZXR0aW5nSW5mby5wcm90bxoaRGlzcGxheUNoYWxsZW5nZUlu",
"Zm8ucHJvdG8i5wEKEVBsYXllclNldHRpbmdJbmZvEhMKC0VOQkVLRkhCTUhH",
"GAogASgIEhMKC1BOQUxPREdMT0hBGAQgASgIEhMKC0dJTEpNSU9GSkNHGAwg",
"ASgIEhMKC0FBQUZLTklBS05BGAggASgIEhMKC09JSE5DQkNDQUlQGAkgASgI",
"EioKC0lHSkVDRkRKSk5MGA8gASgOMhUuRGlzcGxheUNoYWxsZW5nZUluZm8S",
"EwoLREhMTkRDT0VDQ0YYDiABKAgSEwoLUEJJSUZMRUhERkUYAyABKAgSEwoL",
"Q01HRkdGR0FPTU0YByABKAhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
"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.PlayerSettingInfo), global::EggLink.DanhengServer.Proto.PlayerSettingInfo.Parser, new[]{ "ENBEKFHBMHG", "PNALODGLOHA", "GILJMIOFJCG", "AAAFKNIAKNA", "OIHNCBCCAIP", "IGJECFDJJNL", "DHLNDCOECCF", "PBIIFLEHDFE", "CMGFGFGAOMM" }, 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() {
eNBEKFHBMHG_ = other.eNBEKFHBMHG_;
pNALODGLOHA_ = other.pNALODGLOHA_;
gILJMIOFJCG_ = other.gILJMIOFJCG_;
aAAFKNIAKNA_ = other.aAAFKNIAKNA_;
oIHNCBCCAIP_ = other.oIHNCBCCAIP_;
iGJECFDJJNL_ = other.iGJECFDJJNL_;
dHLNDCOECCF_ = other.dHLNDCOECCF_;
pBIIFLEHDFE_ = other.pBIIFLEHDFE_;
cMGFGFGAOMM_ = other.cMGFGFGAOMM_;
_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 "ENBEKFHBMHG" field.</summary>
public const int ENBEKFHBMHGFieldNumber = 10;
private bool eNBEKFHBMHG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool ENBEKFHBMHG {
get { return eNBEKFHBMHG_; }
set {
eNBEKFHBMHG_ = value;
}
}
/// <summary>Field number for the "PNALODGLOHA" field.</summary>
public const int PNALODGLOHAFieldNumber = 4;
private bool pNALODGLOHA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool PNALODGLOHA {
get { return pNALODGLOHA_; }
set {
pNALODGLOHA_ = value;
}
}
/// <summary>Field number for the "GILJMIOFJCG" field.</summary>
public const int GILJMIOFJCGFieldNumber = 12;
private bool gILJMIOFJCG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool GILJMIOFJCG {
get { return gILJMIOFJCG_; }
set {
gILJMIOFJCG_ = value;
}
}
/// <summary>Field number for the "AAAFKNIAKNA" field.</summary>
public const int AAAFKNIAKNAFieldNumber = 8;
private bool aAAFKNIAKNA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool AAAFKNIAKNA {
get { return aAAFKNIAKNA_; }
set {
aAAFKNIAKNA_ = value;
}
}
/// <summary>Field number for the "OIHNCBCCAIP" field.</summary>
public const int OIHNCBCCAIPFieldNumber = 9;
private bool oIHNCBCCAIP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool OIHNCBCCAIP {
get { return oIHNCBCCAIP_; }
set {
oIHNCBCCAIP_ = value;
}
}
/// <summary>Field number for the "IGJECFDJJNL" field.</summary>
public const int IGJECFDJJNLFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.DisplayChallengeInfo iGJECFDJJNL_ = global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.DisplayChallengeInfo IGJECFDJJNL {
get { return iGJECFDJJNL_; }
set {
iGJECFDJJNL_ = value;
}
}
/// <summary>Field number for the "DHLNDCOECCF" field.</summary>
public const int DHLNDCOECCFFieldNumber = 14;
private bool dHLNDCOECCF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool DHLNDCOECCF {
get { return dHLNDCOECCF_; }
set {
dHLNDCOECCF_ = value;
}
}
/// <summary>Field number for the "PBIIFLEHDFE" field.</summary>
public const int PBIIFLEHDFEFieldNumber = 3;
private bool pBIIFLEHDFE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool PBIIFLEHDFE {
get { return pBIIFLEHDFE_; }
set {
pBIIFLEHDFE_ = value;
}
}
/// <summary>Field number for the "CMGFGFGAOMM" field.</summary>
public const int CMGFGFGAOMMFieldNumber = 7;
private bool cMGFGFGAOMM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool CMGFGFGAOMM {
get { return cMGFGFGAOMM_; }
set {
cMGFGFGAOMM_ = 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 (ENBEKFHBMHG != other.ENBEKFHBMHG) return false;
if (PNALODGLOHA != other.PNALODGLOHA) return false;
if (GILJMIOFJCG != other.GILJMIOFJCG) return false;
if (AAAFKNIAKNA != other.AAAFKNIAKNA) return false;
if (OIHNCBCCAIP != other.OIHNCBCCAIP) return false;
if (IGJECFDJJNL != other.IGJECFDJJNL) return false;
if (DHLNDCOECCF != other.DHLNDCOECCF) return false;
if (PBIIFLEHDFE != other.PBIIFLEHDFE) return false;
if (CMGFGFGAOMM != other.CMGFGFGAOMM) 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 (ENBEKFHBMHG != false) hash ^= ENBEKFHBMHG.GetHashCode();
if (PNALODGLOHA != false) hash ^= PNALODGLOHA.GetHashCode();
if (GILJMIOFJCG != false) hash ^= GILJMIOFJCG.GetHashCode();
if (AAAFKNIAKNA != false) hash ^= AAAFKNIAKNA.GetHashCode();
if (OIHNCBCCAIP != false) hash ^= OIHNCBCCAIP.GetHashCode();
if (IGJECFDJJNL != global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone) hash ^= IGJECFDJJNL.GetHashCode();
if (DHLNDCOECCF != false) hash ^= DHLNDCOECCF.GetHashCode();
if (PBIIFLEHDFE != false) hash ^= PBIIFLEHDFE.GetHashCode();
if (CMGFGFGAOMM != false) hash ^= CMGFGFGAOMM.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 (PBIIFLEHDFE != false) {
output.WriteRawTag(24);
output.WriteBool(PBIIFLEHDFE);
}
if (PNALODGLOHA != false) {
output.WriteRawTag(32);
output.WriteBool(PNALODGLOHA);
}
if (CMGFGFGAOMM != false) {
output.WriteRawTag(56);
output.WriteBool(CMGFGFGAOMM);
}
if (AAAFKNIAKNA != false) {
output.WriteRawTag(64);
output.WriteBool(AAAFKNIAKNA);
}
if (OIHNCBCCAIP != false) {
output.WriteRawTag(72);
output.WriteBool(OIHNCBCCAIP);
}
if (ENBEKFHBMHG != false) {
output.WriteRawTag(80);
output.WriteBool(ENBEKFHBMHG);
}
if (GILJMIOFJCG != false) {
output.WriteRawTag(96);
output.WriteBool(GILJMIOFJCG);
}
if (DHLNDCOECCF != false) {
output.WriteRawTag(112);
output.WriteBool(DHLNDCOECCF);
}
if (IGJECFDJJNL != global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone) {
output.WriteRawTag(120);
output.WriteEnum((int) IGJECFDJJNL);
}
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 (PBIIFLEHDFE != false) {
output.WriteRawTag(24);
output.WriteBool(PBIIFLEHDFE);
}
if (PNALODGLOHA != false) {
output.WriteRawTag(32);
output.WriteBool(PNALODGLOHA);
}
if (CMGFGFGAOMM != false) {
output.WriteRawTag(56);
output.WriteBool(CMGFGFGAOMM);
}
if (AAAFKNIAKNA != false) {
output.WriteRawTag(64);
output.WriteBool(AAAFKNIAKNA);
}
if (OIHNCBCCAIP != false) {
output.WriteRawTag(72);
output.WriteBool(OIHNCBCCAIP);
}
if (ENBEKFHBMHG != false) {
output.WriteRawTag(80);
output.WriteBool(ENBEKFHBMHG);
}
if (GILJMIOFJCG != false) {
output.WriteRawTag(96);
output.WriteBool(GILJMIOFJCG);
}
if (DHLNDCOECCF != false) {
output.WriteRawTag(112);
output.WriteBool(DHLNDCOECCF);
}
if (IGJECFDJJNL != global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone) {
output.WriteRawTag(120);
output.WriteEnum((int) IGJECFDJJNL);
}
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 (ENBEKFHBMHG != false) {
size += 1 + 1;
}
if (PNALODGLOHA != false) {
size += 1 + 1;
}
if (GILJMIOFJCG != false) {
size += 1 + 1;
}
if (AAAFKNIAKNA != false) {
size += 1 + 1;
}
if (OIHNCBCCAIP != false) {
size += 1 + 1;
}
if (IGJECFDJJNL != global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) IGJECFDJJNL);
}
if (DHLNDCOECCF != false) {
size += 1 + 1;
}
if (PBIIFLEHDFE != false) {
size += 1 + 1;
}
if (CMGFGFGAOMM != 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.ENBEKFHBMHG != false) {
ENBEKFHBMHG = other.ENBEKFHBMHG;
}
if (other.PNALODGLOHA != false) {
PNALODGLOHA = other.PNALODGLOHA;
}
if (other.GILJMIOFJCG != false) {
GILJMIOFJCG = other.GILJMIOFJCG;
}
if (other.AAAFKNIAKNA != false) {
AAAFKNIAKNA = other.AAAFKNIAKNA;
}
if (other.OIHNCBCCAIP != false) {
OIHNCBCCAIP = other.OIHNCBCCAIP;
}
if (other.IGJECFDJJNL != global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone) {
IGJECFDJJNL = other.IGJECFDJJNL;
}
if (other.DHLNDCOECCF != false) {
DHLNDCOECCF = other.DHLNDCOECCF;
}
if (other.PBIIFLEHDFE != false) {
PBIIFLEHDFE = other.PBIIFLEHDFE;
}
if (other.CMGFGFGAOMM != false) {
CMGFGFGAOMM = other.CMGFGFGAOMM;
}
_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 24: {
PBIIFLEHDFE = input.ReadBool();
break;
}
case 32: {
PNALODGLOHA = input.ReadBool();
break;
}
case 56: {
CMGFGFGAOMM = input.ReadBool();
break;
}
case 64: {
AAAFKNIAKNA = input.ReadBool();
break;
}
case 72: {
OIHNCBCCAIP = input.ReadBool();
break;
}
case 80: {
ENBEKFHBMHG = input.ReadBool();
break;
}
case 96: {
GILJMIOFJCG = input.ReadBool();
break;
}
case 112: {
DHLNDCOECCF = input.ReadBool();
break;
}
case 120: {
IGJECFDJJNL = (global::EggLink.DanhengServer.Proto.DisplayChallengeInfo) input.ReadEnum();
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 24: {
PBIIFLEHDFE = input.ReadBool();
break;
}
case 32: {
PNALODGLOHA = input.ReadBool();
break;
}
case 56: {
CMGFGFGAOMM = input.ReadBool();
break;
}
case 64: {
AAAFKNIAKNA = input.ReadBool();
break;
}
case 72: {
OIHNCBCCAIP = input.ReadBool();
break;
}
case 80: {
ENBEKFHBMHG = input.ReadBool();
break;
}
case 96: {
GILJMIOFJCG = input.ReadBool();
break;
}
case 112: {
DHLNDCOECCF = input.ReadBool();
break;
}
case 120: {
IGJECFDJJNL = (global::EggLink.DanhengServer.Proto.DisplayChallengeInfo) input.ReadEnum();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code