Files
DanhengServer-OpenSource/Proto/PlayerRecordInfo.cs
Somebody b84800bc80 Upload to Game 2.5.0
- Fix ChessRogue Final Boss
2024-09-14 19:46:42 +08:00

546 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",
"by5wcm90byKMAgoQUGxheWVyUmVjb3JkSW5mbxITCgtDQ0pMUENFT0FNTxgO",
"IAEoDRIZChFhcmNoaXZlX3F1ZXN0X251bRgDIAEoDRIaChJhcmNoaXZlX2F2",
"YXRhcl9udW0YCiABKA0SEwoLT0hQSkdOSEROQ0wYBiABKA0SLgoPY29sbGVj",
"dGlvbl9pbmZvGAcgASgLMhUuUGxheWVyQ29sbGVjdGlvbkluZm8SGQoRYXJj",
"aGl2ZV9tdXNpY19udW0YCSABKA0SHQoVYXJjaGl2ZV9lcXVpcG1lbnRfbnVt",
"GA8gASgNEhgKEGFyY2hpdmVfYm9va19udW0YCCABKA0SEwoLQ0dJQk1MRUdF",
"RksYDSABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
"dG8z"));
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[]{ "CCJLPCEOAMO", "ArchiveQuestNum", "ArchiveAvatarNum", "OHPJGNHDNCL", "CollectionInfo", "ArchiveMusicNum", "ArchiveEquipmentNum", "ArchiveBookNum", "CGIBMLEGEFK" }, 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() {
cCJLPCEOAMO_ = other.cCJLPCEOAMO_;
archiveQuestNum_ = other.archiveQuestNum_;
archiveAvatarNum_ = other.archiveAvatarNum_;
oHPJGNHDNCL_ = other.oHPJGNHDNCL_;
collectionInfo_ = other.collectionInfo_ != null ? other.collectionInfo_.Clone() : null;
archiveMusicNum_ = other.archiveMusicNum_;
archiveEquipmentNum_ = other.archiveEquipmentNum_;
archiveBookNum_ = other.archiveBookNum_;
cGIBMLEGEFK_ = other.cGIBMLEGEFK_;
_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 "CCJLPCEOAMO" field.</summary>
public const int CCJLPCEOAMOFieldNumber = 14;
private uint cCJLPCEOAMO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CCJLPCEOAMO {
get { return cCJLPCEOAMO_; }
set {
cCJLPCEOAMO_ = value;
}
}
/// <summary>Field number for the "archive_quest_num" field.</summary>
public const int ArchiveQuestNumFieldNumber = 3;
private uint archiveQuestNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ArchiveQuestNum {
get { return archiveQuestNum_; }
set {
archiveQuestNum_ = value;
}
}
/// <summary>Field number for the "archive_avatar_num" field.</summary>
public const int ArchiveAvatarNumFieldNumber = 10;
private uint archiveAvatarNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ArchiveAvatarNum {
get { return archiveAvatarNum_; }
set {
archiveAvatarNum_ = value;
}
}
/// <summary>Field number for the "OHPJGNHDNCL" field.</summary>
public const int OHPJGNHDNCLFieldNumber = 6;
private uint oHPJGNHDNCL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OHPJGNHDNCL {
get { return oHPJGNHDNCL_; }
set {
oHPJGNHDNCL_ = value;
}
}
/// <summary>Field number for the "collection_info" field.</summary>
public const int CollectionInfoFieldNumber = 7;
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 "archive_music_num" field.</summary>
public const int ArchiveMusicNumFieldNumber = 9;
private uint archiveMusicNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ArchiveMusicNum {
get { return archiveMusicNum_; }
set {
archiveMusicNum_ = value;
}
}
/// <summary>Field number for the "archive_equipment_num" field.</summary>
public const int ArchiveEquipmentNumFieldNumber = 15;
private uint archiveEquipmentNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ArchiveEquipmentNum {
get { return archiveEquipmentNum_; }
set {
archiveEquipmentNum_ = value;
}
}
/// <summary>Field number for the "archive_book_num" field.</summary>
public const int ArchiveBookNumFieldNumber = 8;
private uint archiveBookNum_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ArchiveBookNum {
get { return archiveBookNum_; }
set {
archiveBookNum_ = value;
}
}
/// <summary>Field number for the "CGIBMLEGEFK" field.</summary>
public const int CGIBMLEGEFKFieldNumber = 13;
private uint cGIBMLEGEFK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CGIBMLEGEFK {
get { return cGIBMLEGEFK_; }
set {
cGIBMLEGEFK_ = 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 (CCJLPCEOAMO != other.CCJLPCEOAMO) return false;
if (ArchiveQuestNum != other.ArchiveQuestNum) return false;
if (ArchiveAvatarNum != other.ArchiveAvatarNum) return false;
if (OHPJGNHDNCL != other.OHPJGNHDNCL) return false;
if (!object.Equals(CollectionInfo, other.CollectionInfo)) return false;
if (ArchiveMusicNum != other.ArchiveMusicNum) return false;
if (ArchiveEquipmentNum != other.ArchiveEquipmentNum) return false;
if (ArchiveBookNum != other.ArchiveBookNum) return false;
if (CGIBMLEGEFK != other.CGIBMLEGEFK) 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 (CCJLPCEOAMO != 0) hash ^= CCJLPCEOAMO.GetHashCode();
if (ArchiveQuestNum != 0) hash ^= ArchiveQuestNum.GetHashCode();
if (ArchiveAvatarNum != 0) hash ^= ArchiveAvatarNum.GetHashCode();
if (OHPJGNHDNCL != 0) hash ^= OHPJGNHDNCL.GetHashCode();
if (collectionInfo_ != null) hash ^= CollectionInfo.GetHashCode();
if (ArchiveMusicNum != 0) hash ^= ArchiveMusicNum.GetHashCode();
if (ArchiveEquipmentNum != 0) hash ^= ArchiveEquipmentNum.GetHashCode();
if (ArchiveBookNum != 0) hash ^= ArchiveBookNum.GetHashCode();
if (CGIBMLEGEFK != 0) hash ^= CGIBMLEGEFK.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 (ArchiveQuestNum != 0) {
output.WriteRawTag(24);
output.WriteUInt32(ArchiveQuestNum);
}
if (OHPJGNHDNCL != 0) {
output.WriteRawTag(48);
output.WriteUInt32(OHPJGNHDNCL);
}
if (collectionInfo_ != null) {
output.WriteRawTag(58);
output.WriteMessage(CollectionInfo);
}
if (ArchiveBookNum != 0) {
output.WriteRawTag(64);
output.WriteUInt32(ArchiveBookNum);
}
if (ArchiveMusicNum != 0) {
output.WriteRawTag(72);
output.WriteUInt32(ArchiveMusicNum);
}
if (ArchiveAvatarNum != 0) {
output.WriteRawTag(80);
output.WriteUInt32(ArchiveAvatarNum);
}
if (CGIBMLEGEFK != 0) {
output.WriteRawTag(104);
output.WriteUInt32(CGIBMLEGEFK);
}
if (CCJLPCEOAMO != 0) {
output.WriteRawTag(112);
output.WriteUInt32(CCJLPCEOAMO);
}
if (ArchiveEquipmentNum != 0) {
output.WriteRawTag(120);
output.WriteUInt32(ArchiveEquipmentNum);
}
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 (ArchiveQuestNum != 0) {
output.WriteRawTag(24);
output.WriteUInt32(ArchiveQuestNum);
}
if (OHPJGNHDNCL != 0) {
output.WriteRawTag(48);
output.WriteUInt32(OHPJGNHDNCL);
}
if (collectionInfo_ != null) {
output.WriteRawTag(58);
output.WriteMessage(CollectionInfo);
}
if (ArchiveBookNum != 0) {
output.WriteRawTag(64);
output.WriteUInt32(ArchiveBookNum);
}
if (ArchiveMusicNum != 0) {
output.WriteRawTag(72);
output.WriteUInt32(ArchiveMusicNum);
}
if (ArchiveAvatarNum != 0) {
output.WriteRawTag(80);
output.WriteUInt32(ArchiveAvatarNum);
}
if (CGIBMLEGEFK != 0) {
output.WriteRawTag(104);
output.WriteUInt32(CGIBMLEGEFK);
}
if (CCJLPCEOAMO != 0) {
output.WriteRawTag(112);
output.WriteUInt32(CCJLPCEOAMO);
}
if (ArchiveEquipmentNum != 0) {
output.WriteRawTag(120);
output.WriteUInt32(ArchiveEquipmentNum);
}
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 (CCJLPCEOAMO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CCJLPCEOAMO);
}
if (ArchiveQuestNum != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ArchiveQuestNum);
}
if (ArchiveAvatarNum != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ArchiveAvatarNum);
}
if (OHPJGNHDNCL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OHPJGNHDNCL);
}
if (collectionInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CollectionInfo);
}
if (ArchiveMusicNum != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ArchiveMusicNum);
}
if (ArchiveEquipmentNum != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ArchiveEquipmentNum);
}
if (ArchiveBookNum != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ArchiveBookNum);
}
if (CGIBMLEGEFK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CGIBMLEGEFK);
}
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.CCJLPCEOAMO != 0) {
CCJLPCEOAMO = other.CCJLPCEOAMO;
}
if (other.ArchiveQuestNum != 0) {
ArchiveQuestNum = other.ArchiveQuestNum;
}
if (other.ArchiveAvatarNum != 0) {
ArchiveAvatarNum = other.ArchiveAvatarNum;
}
if (other.OHPJGNHDNCL != 0) {
OHPJGNHDNCL = other.OHPJGNHDNCL;
}
if (other.collectionInfo_ != null) {
if (collectionInfo_ == null) {
CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo();
}
CollectionInfo.MergeFrom(other.CollectionInfo);
}
if (other.ArchiveMusicNum != 0) {
ArchiveMusicNum = other.ArchiveMusicNum;
}
if (other.ArchiveEquipmentNum != 0) {
ArchiveEquipmentNum = other.ArchiveEquipmentNum;
}
if (other.ArchiveBookNum != 0) {
ArchiveBookNum = other.ArchiveBookNum;
}
if (other.CGIBMLEGEFK != 0) {
CGIBMLEGEFK = other.CGIBMLEGEFK;
}
_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: {
ArchiveQuestNum = input.ReadUInt32();
break;
}
case 48: {
OHPJGNHDNCL = input.ReadUInt32();
break;
}
case 58: {
if (collectionInfo_ == null) {
CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo();
}
input.ReadMessage(CollectionInfo);
break;
}
case 64: {
ArchiveBookNum = input.ReadUInt32();
break;
}
case 72: {
ArchiveMusicNum = input.ReadUInt32();
break;
}
case 80: {
ArchiveAvatarNum = input.ReadUInt32();
break;
}
case 104: {
CGIBMLEGEFK = input.ReadUInt32();
break;
}
case 112: {
CCJLPCEOAMO = input.ReadUInt32();
break;
}
case 120: {
ArchiveEquipmentNum = 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 24: {
ArchiveQuestNum = input.ReadUInt32();
break;
}
case 48: {
OHPJGNHDNCL = input.ReadUInt32();
break;
}
case 58: {
if (collectionInfo_ == null) {
CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo();
}
input.ReadMessage(CollectionInfo);
break;
}
case 64: {
ArchiveBookNum = input.ReadUInt32();
break;
}
case 72: {
ArchiveMusicNum = input.ReadUInt32();
break;
}
case 80: {
ArchiveAvatarNum = input.ReadUInt32();
break;
}
case 104: {
CGIBMLEGEFK = input.ReadUInt32();
break;
}
case 112: {
CCJLPCEOAMO = input.ReadUInt32();
break;
}
case 120: {
ArchiveEquipmentNum = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code