Files
DanhengServer-OpenSource/Proto/PlayerRecordInfo.cs
2025-08-23 20:26:21 +08:00

546 lines
20 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",
"by5wcm90byKjAgoQUGxheWVyUmVjb3JkSW5mbxIaChJjb2xsZWN0X2Rpc2Nf",
"Y291bnQYDiABKA0SHwoXY29sbGVjdF9lcXVpcG1lbnRfY291bnQYDyABKA0S",
"EwoLR0VLS05ET05ITEoYBCABKA0SHAoUY29sbGVjdF9hdmF0YXJfY291bnQY",
"CiABKA0SGgoSY29sbGVjdF9ib29rX2NvdW50GAMgASgNEi4KD2NvbGxlY3Rp",
"b25faW5mbxgMIAEoCzIVLlBsYXllckNvbGxlY3Rpb25JbmZvEiEKGWNvbGxl",
"Y3RfYWNoaWV2ZW1lbnRfY291bnQYBSABKA0SGwoTY29sbGVjdF9yZWxpY19j",
"b3VudBgBIAEoDRITCgtIS05PQUtHQ0pCSxgNIAEoDUIeqgIbRWdnTGluay5E",
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
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[]{ "CollectDiscCount", "CollectEquipmentCount", "GEKKNDONHLJ", "CollectAvatarCount", "CollectBookCount", "CollectionInfo", "CollectAchievementCount", "CollectRelicCount", "HKNOAKGCJBK" }, 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() {
collectDiscCount_ = other.collectDiscCount_;
collectEquipmentCount_ = other.collectEquipmentCount_;
gEKKNDONHLJ_ = other.gEKKNDONHLJ_;
collectAvatarCount_ = other.collectAvatarCount_;
collectBookCount_ = other.collectBookCount_;
collectionInfo_ = other.collectionInfo_ != null ? other.collectionInfo_.Clone() : null;
collectAchievementCount_ = other.collectAchievementCount_;
collectRelicCount_ = other.collectRelicCount_;
hKNOAKGCJBK_ = other.hKNOAKGCJBK_;
_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 "collect_disc_count" field.</summary>
public const int CollectDiscCountFieldNumber = 14;
private uint collectDiscCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CollectDiscCount {
get { return collectDiscCount_; }
set {
collectDiscCount_ = value;
}
}
/// <summary>Field number for the "collect_equipment_count" field.</summary>
public const int CollectEquipmentCountFieldNumber = 15;
private uint collectEquipmentCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CollectEquipmentCount {
get { return collectEquipmentCount_; }
set {
collectEquipmentCount_ = value;
}
}
/// <summary>Field number for the "GEKKNDONHLJ" field.</summary>
public const int GEKKNDONHLJFieldNumber = 4;
private uint gEKKNDONHLJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GEKKNDONHLJ {
get { return gEKKNDONHLJ_; }
set {
gEKKNDONHLJ_ = value;
}
}
/// <summary>Field number for the "collect_avatar_count" field.</summary>
public const int CollectAvatarCountFieldNumber = 10;
private uint collectAvatarCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CollectAvatarCount {
get { return collectAvatarCount_; }
set {
collectAvatarCount_ = value;
}
}
/// <summary>Field number for the "collect_book_count" field.</summary>
public const int CollectBookCountFieldNumber = 3;
private uint collectBookCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CollectBookCount {
get { return collectBookCount_; }
set {
collectBookCount_ = value;
}
}
/// <summary>Field number for the "collection_info" field.</summary>
public const int CollectionInfoFieldNumber = 12;
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 "collect_achievement_count" field.</summary>
public const int CollectAchievementCountFieldNumber = 5;
private uint collectAchievementCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CollectAchievementCount {
get { return collectAchievementCount_; }
set {
collectAchievementCount_ = value;
}
}
/// <summary>Field number for the "collect_relic_count" field.</summary>
public const int CollectRelicCountFieldNumber = 1;
private uint collectRelicCount_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CollectRelicCount {
get { return collectRelicCount_; }
set {
collectRelicCount_ = value;
}
}
/// <summary>Field number for the "HKNOAKGCJBK" field.</summary>
public const int HKNOAKGCJBKFieldNumber = 13;
private uint hKNOAKGCJBK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HKNOAKGCJBK {
get { return hKNOAKGCJBK_; }
set {
hKNOAKGCJBK_ = 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 (CollectDiscCount != other.CollectDiscCount) return false;
if (CollectEquipmentCount != other.CollectEquipmentCount) return false;
if (GEKKNDONHLJ != other.GEKKNDONHLJ) return false;
if (CollectAvatarCount != other.CollectAvatarCount) return false;
if (CollectBookCount != other.CollectBookCount) return false;
if (!object.Equals(CollectionInfo, other.CollectionInfo)) return false;
if (CollectAchievementCount != other.CollectAchievementCount) return false;
if (CollectRelicCount != other.CollectRelicCount) return false;
if (HKNOAKGCJBK != other.HKNOAKGCJBK) 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 (CollectDiscCount != 0) hash ^= CollectDiscCount.GetHashCode();
if (CollectEquipmentCount != 0) hash ^= CollectEquipmentCount.GetHashCode();
if (GEKKNDONHLJ != 0) hash ^= GEKKNDONHLJ.GetHashCode();
if (CollectAvatarCount != 0) hash ^= CollectAvatarCount.GetHashCode();
if (CollectBookCount != 0) hash ^= CollectBookCount.GetHashCode();
if (collectionInfo_ != null) hash ^= CollectionInfo.GetHashCode();
if (CollectAchievementCount != 0) hash ^= CollectAchievementCount.GetHashCode();
if (CollectRelicCount != 0) hash ^= CollectRelicCount.GetHashCode();
if (HKNOAKGCJBK != 0) hash ^= HKNOAKGCJBK.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 (CollectRelicCount != 0) {
output.WriteRawTag(8);
output.WriteUInt32(CollectRelicCount);
}
if (CollectBookCount != 0) {
output.WriteRawTag(24);
output.WriteUInt32(CollectBookCount);
}
if (GEKKNDONHLJ != 0) {
output.WriteRawTag(32);
output.WriteUInt32(GEKKNDONHLJ);
}
if (CollectAchievementCount != 0) {
output.WriteRawTag(40);
output.WriteUInt32(CollectAchievementCount);
}
if (CollectAvatarCount != 0) {
output.WriteRawTag(80);
output.WriteUInt32(CollectAvatarCount);
}
if (collectionInfo_ != null) {
output.WriteRawTag(98);
output.WriteMessage(CollectionInfo);
}
if (HKNOAKGCJBK != 0) {
output.WriteRawTag(104);
output.WriteUInt32(HKNOAKGCJBK);
}
if (CollectDiscCount != 0) {
output.WriteRawTag(112);
output.WriteUInt32(CollectDiscCount);
}
if (CollectEquipmentCount != 0) {
output.WriteRawTag(120);
output.WriteUInt32(CollectEquipmentCount);
}
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 (CollectRelicCount != 0) {
output.WriteRawTag(8);
output.WriteUInt32(CollectRelicCount);
}
if (CollectBookCount != 0) {
output.WriteRawTag(24);
output.WriteUInt32(CollectBookCount);
}
if (GEKKNDONHLJ != 0) {
output.WriteRawTag(32);
output.WriteUInt32(GEKKNDONHLJ);
}
if (CollectAchievementCount != 0) {
output.WriteRawTag(40);
output.WriteUInt32(CollectAchievementCount);
}
if (CollectAvatarCount != 0) {
output.WriteRawTag(80);
output.WriteUInt32(CollectAvatarCount);
}
if (collectionInfo_ != null) {
output.WriteRawTag(98);
output.WriteMessage(CollectionInfo);
}
if (HKNOAKGCJBK != 0) {
output.WriteRawTag(104);
output.WriteUInt32(HKNOAKGCJBK);
}
if (CollectDiscCount != 0) {
output.WriteRawTag(112);
output.WriteUInt32(CollectDiscCount);
}
if (CollectEquipmentCount != 0) {
output.WriteRawTag(120);
output.WriteUInt32(CollectEquipmentCount);
}
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 (CollectDiscCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CollectDiscCount);
}
if (CollectEquipmentCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CollectEquipmentCount);
}
if (GEKKNDONHLJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GEKKNDONHLJ);
}
if (CollectAvatarCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CollectAvatarCount);
}
if (CollectBookCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CollectBookCount);
}
if (collectionInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CollectionInfo);
}
if (CollectAchievementCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CollectAchievementCount);
}
if (CollectRelicCount != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CollectRelicCount);
}
if (HKNOAKGCJBK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HKNOAKGCJBK);
}
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.CollectDiscCount != 0) {
CollectDiscCount = other.CollectDiscCount;
}
if (other.CollectEquipmentCount != 0) {
CollectEquipmentCount = other.CollectEquipmentCount;
}
if (other.GEKKNDONHLJ != 0) {
GEKKNDONHLJ = other.GEKKNDONHLJ;
}
if (other.CollectAvatarCount != 0) {
CollectAvatarCount = other.CollectAvatarCount;
}
if (other.CollectBookCount != 0) {
CollectBookCount = other.CollectBookCount;
}
if (other.collectionInfo_ != null) {
if (collectionInfo_ == null) {
CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo();
}
CollectionInfo.MergeFrom(other.CollectionInfo);
}
if (other.CollectAchievementCount != 0) {
CollectAchievementCount = other.CollectAchievementCount;
}
if (other.CollectRelicCount != 0) {
CollectRelicCount = other.CollectRelicCount;
}
if (other.HKNOAKGCJBK != 0) {
HKNOAKGCJBK = other.HKNOAKGCJBK;
}
_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: {
CollectRelicCount = input.ReadUInt32();
break;
}
case 24: {
CollectBookCount = input.ReadUInt32();
break;
}
case 32: {
GEKKNDONHLJ = input.ReadUInt32();
break;
}
case 40: {
CollectAchievementCount = input.ReadUInt32();
break;
}
case 80: {
CollectAvatarCount = input.ReadUInt32();
break;
}
case 98: {
if (collectionInfo_ == null) {
CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo();
}
input.ReadMessage(CollectionInfo);
break;
}
case 104: {
HKNOAKGCJBK = input.ReadUInt32();
break;
}
case 112: {
CollectDiscCount = input.ReadUInt32();
break;
}
case 120: {
CollectEquipmentCount = 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 8: {
CollectRelicCount = input.ReadUInt32();
break;
}
case 24: {
CollectBookCount = input.ReadUInt32();
break;
}
case 32: {
GEKKNDONHLJ = input.ReadUInt32();
break;
}
case 40: {
CollectAchievementCount = input.ReadUInt32();
break;
}
case 80: {
CollectAvatarCount = input.ReadUInt32();
break;
}
case 98: {
if (collectionInfo_ == null) {
CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo();
}
input.ReadMessage(CollectionInfo);
break;
}
case 104: {
HKNOAKGCJBK = input.ReadUInt32();
break;
}
case 112: {
CollectDiscCount = input.ReadUInt32();
break;
}
case 120: {
CollectEquipmentCount = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code