Files
DanhengServer-OpenSource/Proto/PlayerRecordInfo.cs
2024-10-05 22:40:41 +08:00

545 lines
19 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: PlayerRecordInfo.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 PlayerRecordInfo.proto</summary>
public static partial class PlayerRecordInfoReflection {
#region Descriptor
/// <summary>File descriptor for PlayerRecordInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static PlayerRecordInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChZQbGF5ZXJSZWNvcmRJbmZvLnByb3RvGhpQbGF5ZXJDb2xsZWN0aW9uSW5m",
"by5wcm90byLqAQoQUGxheWVyUmVjb3JkSW5mbxITCgtIRUZLS0lBTlBKRRgK",
"IAEoDRIuCg9jb2xsZWN0aW9uX2luZm8YCSABKAsyFS5QbGF5ZXJDb2xsZWN0",
"aW9uSW5mbxITCgtNQkJEUEJPT0VBUBgNIAEoDRITCgtJTk5CSkpGREVCRBgM",
"IAEoDRITCgtITUhHRURQRkVCQRgGIAEoDRITCgtKSU9NQk9NR0RIUBgIIAEo",
"DRITCgtKRU1MQ09PT0JPTxgEIAEoDRITCgtLTkpQR0tLT0VERBgOIAEoDRIT",
"CgtGQUJKR0NFRUFCRxgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"LlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlayerCollectionInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerRecordInfo), global::EggLink.DanhengServer.Proto.PlayerRecordInfo.Parser, new[]{ "HEFKKIANPJE", "CollectionInfo", "MBBDPBOOEAP", "INNBJJFDEBD", "HMHGEDPFEBA", "JIOMBOMGDHP", "JEMLCOOOBOO", "KNJPGKKOEDD", "FABJGCEEABG" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class PlayerRecordInfo : pb::IMessage<PlayerRecordInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<PlayerRecordInfo> _parser = new pb::MessageParser<PlayerRecordInfo>(() => new PlayerRecordInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<PlayerRecordInfo> 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.PlayerRecordInfoReflection.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 PlayerRecordInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PlayerRecordInfo(PlayerRecordInfo other) : this() {
hEFKKIANPJE_ = other.hEFKKIANPJE_;
collectionInfo_ = other.collectionInfo_ != null ? other.collectionInfo_.Clone() : null;
mBBDPBOOEAP_ = other.mBBDPBOOEAP_;
iNNBJJFDEBD_ = other.iNNBJJFDEBD_;
hMHGEDPFEBA_ = other.hMHGEDPFEBA_;
jIOMBOMGDHP_ = other.jIOMBOMGDHP_;
jEMLCOOOBOO_ = other.jEMLCOOOBOO_;
kNJPGKKOEDD_ = other.kNJPGKKOEDD_;
fABJGCEEABG_ = other.fABJGCEEABG_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PlayerRecordInfo Clone() {
return new PlayerRecordInfo(this);
}
/// <summary>Field number for the "HEFKKIANPJE" field.</summary>
public const int HEFKKIANPJEFieldNumber = 10;
private uint hEFKKIANPJE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HEFKKIANPJE {
get { return hEFKKIANPJE_; }
set {
hEFKKIANPJE_ = value;
}
}
/// <summary>Field number for the "collection_info" field.</summary>
public const int CollectionInfoFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.PlayerCollectionInfo collectionInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PlayerCollectionInfo CollectionInfo {
get { return collectionInfo_; }
set {
collectionInfo_ = value;
}
}
/// <summary>Field number for the "MBBDPBOOEAP" field.</summary>
public const int MBBDPBOOEAPFieldNumber = 13;
private uint mBBDPBOOEAP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MBBDPBOOEAP {
get { return mBBDPBOOEAP_; }
set {
mBBDPBOOEAP_ = value;
}
}
/// <summary>Field number for the "INNBJJFDEBD" field.</summary>
public const int INNBJJFDEBDFieldNumber = 12;
private uint iNNBJJFDEBD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint INNBJJFDEBD {
get { return iNNBJJFDEBD_; }
set {
iNNBJJFDEBD_ = value;
}
}
/// <summary>Field number for the "HMHGEDPFEBA" field.</summary>
public const int HMHGEDPFEBAFieldNumber = 6;
private uint hMHGEDPFEBA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HMHGEDPFEBA {
get { return hMHGEDPFEBA_; }
set {
hMHGEDPFEBA_ = value;
}
}
/// <summary>Field number for the "JIOMBOMGDHP" field.</summary>
public const int JIOMBOMGDHPFieldNumber = 8;
private uint jIOMBOMGDHP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JIOMBOMGDHP {
get { return jIOMBOMGDHP_; }
set {
jIOMBOMGDHP_ = value;
}
}
/// <summary>Field number for the "JEMLCOOOBOO" field.</summary>
public const int JEMLCOOOBOOFieldNumber = 4;
private uint jEMLCOOOBOO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JEMLCOOOBOO {
get { return jEMLCOOOBOO_; }
set {
jEMLCOOOBOO_ = value;
}
}
/// <summary>Field number for the "KNJPGKKOEDD" field.</summary>
public const int KNJPGKKOEDDFieldNumber = 14;
private uint kNJPGKKOEDD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KNJPGKKOEDD {
get { return kNJPGKKOEDD_; }
set {
kNJPGKKOEDD_ = value;
}
}
/// <summary>Field number for the "FABJGCEEABG" field.</summary>
public const int FABJGCEEABGFieldNumber = 2;
private uint fABJGCEEABG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FABJGCEEABG {
get { return fABJGCEEABG_; }
set {
fABJGCEEABG_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as PlayerRecordInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(PlayerRecordInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (HEFKKIANPJE != other.HEFKKIANPJE) return false;
if (!object.Equals(CollectionInfo, other.CollectionInfo)) return false;
if (MBBDPBOOEAP != other.MBBDPBOOEAP) return false;
if (INNBJJFDEBD != other.INNBJJFDEBD) return false;
if (HMHGEDPFEBA != other.HMHGEDPFEBA) return false;
if (JIOMBOMGDHP != other.JIOMBOMGDHP) return false;
if (JEMLCOOOBOO != other.JEMLCOOOBOO) return false;
if (KNJPGKKOEDD != other.KNJPGKKOEDD) return false;
if (FABJGCEEABG != other.FABJGCEEABG) 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 (HEFKKIANPJE != 0) hash ^= HEFKKIANPJE.GetHashCode();
if (collectionInfo_ != null) hash ^= CollectionInfo.GetHashCode();
if (MBBDPBOOEAP != 0) hash ^= MBBDPBOOEAP.GetHashCode();
if (INNBJJFDEBD != 0) hash ^= INNBJJFDEBD.GetHashCode();
if (HMHGEDPFEBA != 0) hash ^= HMHGEDPFEBA.GetHashCode();
if (JIOMBOMGDHP != 0) hash ^= JIOMBOMGDHP.GetHashCode();
if (JEMLCOOOBOO != 0) hash ^= JEMLCOOOBOO.GetHashCode();
if (KNJPGKKOEDD != 0) hash ^= KNJPGKKOEDD.GetHashCode();
if (FABJGCEEABG != 0) hash ^= FABJGCEEABG.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 (FABJGCEEABG != 0) {
output.WriteRawTag(16);
output.WriteUInt32(FABJGCEEABG);
}
if (JEMLCOOOBOO != 0) {
output.WriteRawTag(32);
output.WriteUInt32(JEMLCOOOBOO);
}
if (HMHGEDPFEBA != 0) {
output.WriteRawTag(48);
output.WriteUInt32(HMHGEDPFEBA);
}
if (JIOMBOMGDHP != 0) {
output.WriteRawTag(64);
output.WriteUInt32(JIOMBOMGDHP);
}
if (collectionInfo_ != null) {
output.WriteRawTag(74);
output.WriteMessage(CollectionInfo);
}
if (HEFKKIANPJE != 0) {
output.WriteRawTag(80);
output.WriteUInt32(HEFKKIANPJE);
}
if (INNBJJFDEBD != 0) {
output.WriteRawTag(96);
output.WriteUInt32(INNBJJFDEBD);
}
if (MBBDPBOOEAP != 0) {
output.WriteRawTag(104);
output.WriteUInt32(MBBDPBOOEAP);
}
if (KNJPGKKOEDD != 0) {
output.WriteRawTag(112);
output.WriteUInt32(KNJPGKKOEDD);
}
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 (FABJGCEEABG != 0) {
output.WriteRawTag(16);
output.WriteUInt32(FABJGCEEABG);
}
if (JEMLCOOOBOO != 0) {
output.WriteRawTag(32);
output.WriteUInt32(JEMLCOOOBOO);
}
if (HMHGEDPFEBA != 0) {
output.WriteRawTag(48);
output.WriteUInt32(HMHGEDPFEBA);
}
if (JIOMBOMGDHP != 0) {
output.WriteRawTag(64);
output.WriteUInt32(JIOMBOMGDHP);
}
if (collectionInfo_ != null) {
output.WriteRawTag(74);
output.WriteMessage(CollectionInfo);
}
if (HEFKKIANPJE != 0) {
output.WriteRawTag(80);
output.WriteUInt32(HEFKKIANPJE);
}
if (INNBJJFDEBD != 0) {
output.WriteRawTag(96);
output.WriteUInt32(INNBJJFDEBD);
}
if (MBBDPBOOEAP != 0) {
output.WriteRawTag(104);
output.WriteUInt32(MBBDPBOOEAP);
}
if (KNJPGKKOEDD != 0) {
output.WriteRawTag(112);
output.WriteUInt32(KNJPGKKOEDD);
}
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 (HEFKKIANPJE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HEFKKIANPJE);
}
if (collectionInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CollectionInfo);
}
if (MBBDPBOOEAP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MBBDPBOOEAP);
}
if (INNBJJFDEBD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(INNBJJFDEBD);
}
if (HMHGEDPFEBA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HMHGEDPFEBA);
}
if (JIOMBOMGDHP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JIOMBOMGDHP);
}
if (JEMLCOOOBOO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JEMLCOOOBOO);
}
if (KNJPGKKOEDD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KNJPGKKOEDD);
}
if (FABJGCEEABG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FABJGCEEABG);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(PlayerRecordInfo other) {
if (other == null) {
return;
}
if (other.HEFKKIANPJE != 0) {
HEFKKIANPJE = other.HEFKKIANPJE;
}
if (other.collectionInfo_ != null) {
if (collectionInfo_ == null) {
CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo();
}
CollectionInfo.MergeFrom(other.CollectionInfo);
}
if (other.MBBDPBOOEAP != 0) {
MBBDPBOOEAP = other.MBBDPBOOEAP;
}
if (other.INNBJJFDEBD != 0) {
INNBJJFDEBD = other.INNBJJFDEBD;
}
if (other.HMHGEDPFEBA != 0) {
HMHGEDPFEBA = other.HMHGEDPFEBA;
}
if (other.JIOMBOMGDHP != 0) {
JIOMBOMGDHP = other.JIOMBOMGDHP;
}
if (other.JEMLCOOOBOO != 0) {
JEMLCOOOBOO = other.JEMLCOOOBOO;
}
if (other.KNJPGKKOEDD != 0) {
KNJPGKKOEDD = other.KNJPGKKOEDD;
}
if (other.FABJGCEEABG != 0) {
FABJGCEEABG = other.FABJGCEEABG;
}
_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: {
FABJGCEEABG = input.ReadUInt32();
break;
}
case 32: {
JEMLCOOOBOO = input.ReadUInt32();
break;
}
case 48: {
HMHGEDPFEBA = input.ReadUInt32();
break;
}
case 64: {
JIOMBOMGDHP = input.ReadUInt32();
break;
}
case 74: {
if (collectionInfo_ == null) {
CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo();
}
input.ReadMessage(CollectionInfo);
break;
}
case 80: {
HEFKKIANPJE = input.ReadUInt32();
break;
}
case 96: {
INNBJJFDEBD = input.ReadUInt32();
break;
}
case 104: {
MBBDPBOOEAP = input.ReadUInt32();
break;
}
case 112: {
KNJPGKKOEDD = input.ReadUInt32();
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: {
FABJGCEEABG = input.ReadUInt32();
break;
}
case 32: {
JEMLCOOOBOO = input.ReadUInt32();
break;
}
case 48: {
HMHGEDPFEBA = input.ReadUInt32();
break;
}
case 64: {
JIOMBOMGDHP = input.ReadUInt32();
break;
}
case 74: {
if (collectionInfo_ == null) {
CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo();
}
input.ReadMessage(CollectionInfo);
break;
}
case 80: {
HEFKKIANPJE = input.ReadUInt32();
break;
}
case 96: {
INNBJJFDEBD = input.ReadUInt32();
break;
}
case 104: {
MBBDPBOOEAP = input.ReadUInt32();
break;
}
case 112: {
KNJPGKKOEDD = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code