mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
385 lines
13 KiB
C#
385 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PlayerCollectionInfo.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 PlayerCollectionInfo.proto</summary>
|
|
public static partial class PlayerCollectionInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PlayerCollectionInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PlayerCollectionInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpQbGF5ZXJDb2xsZWN0aW9uSW5mby5wcm90byJ/ChRQbGF5ZXJDb2xsZWN0",
|
|
"aW9uSW5mbxITCgtCREJNSUtESkxLTxgDIAEoDRITCgtQSkNKTktCRUlNSxgF",
|
|
"IAEoDRITCgtOTEpJRkVLRFBIThgCIAEoDRITCgtQR0NETU1OTkNKQxgLIAEo",
|
|
"DRITCgtMSlBFS0VESUNNTBgHIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
|
|
"dmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerCollectionInfo), global::EggLink.DanhengServer.Proto.PlayerCollectionInfo.Parser, new[]{ "BDBMIKDJLKO", "PJCJNKBEIMK", "NLJIFEKDPHN", "PGCDMMNNCJC", "LJPEKEDICML" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class PlayerCollectionInfo : pb::IMessage<PlayerCollectionInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<PlayerCollectionInfo> _parser = new pb::MessageParser<PlayerCollectionInfo>(() => new PlayerCollectionInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<PlayerCollectionInfo> 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.PlayerCollectionInfoReflection.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 PlayerCollectionInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerCollectionInfo(PlayerCollectionInfo other) : this() {
|
|
bDBMIKDJLKO_ = other.bDBMIKDJLKO_;
|
|
pJCJNKBEIMK_ = other.pJCJNKBEIMK_;
|
|
nLJIFEKDPHN_ = other.nLJIFEKDPHN_;
|
|
pGCDMMNNCJC_ = other.pGCDMMNNCJC_;
|
|
lJPEKEDICML_ = other.lJPEKEDICML_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlayerCollectionInfo Clone() {
|
|
return new PlayerCollectionInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "BDBMIKDJLKO" field.</summary>
|
|
public const int BDBMIKDJLKOFieldNumber = 3;
|
|
private uint bDBMIKDJLKO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BDBMIKDJLKO {
|
|
get { return bDBMIKDJLKO_; }
|
|
set {
|
|
bDBMIKDJLKO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PJCJNKBEIMK" field.</summary>
|
|
public const int PJCJNKBEIMKFieldNumber = 5;
|
|
private uint pJCJNKBEIMK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PJCJNKBEIMK {
|
|
get { return pJCJNKBEIMK_; }
|
|
set {
|
|
pJCJNKBEIMK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NLJIFEKDPHN" field.</summary>
|
|
public const int NLJIFEKDPHNFieldNumber = 2;
|
|
private uint nLJIFEKDPHN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint NLJIFEKDPHN {
|
|
get { return nLJIFEKDPHN_; }
|
|
set {
|
|
nLJIFEKDPHN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PGCDMMNNCJC" field.</summary>
|
|
public const int PGCDMMNNCJCFieldNumber = 11;
|
|
private uint pGCDMMNNCJC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PGCDMMNNCJC {
|
|
get { return pGCDMMNNCJC_; }
|
|
set {
|
|
pGCDMMNNCJC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LJPEKEDICML" field.</summary>
|
|
public const int LJPEKEDICMLFieldNumber = 7;
|
|
private uint lJPEKEDICML_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LJPEKEDICML {
|
|
get { return lJPEKEDICML_; }
|
|
set {
|
|
lJPEKEDICML_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as PlayerCollectionInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(PlayerCollectionInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (BDBMIKDJLKO != other.BDBMIKDJLKO) return false;
|
|
if (PJCJNKBEIMK != other.PJCJNKBEIMK) return false;
|
|
if (NLJIFEKDPHN != other.NLJIFEKDPHN) return false;
|
|
if (PGCDMMNNCJC != other.PGCDMMNNCJC) return false;
|
|
if (LJPEKEDICML != other.LJPEKEDICML) 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 (BDBMIKDJLKO != 0) hash ^= BDBMIKDJLKO.GetHashCode();
|
|
if (PJCJNKBEIMK != 0) hash ^= PJCJNKBEIMK.GetHashCode();
|
|
if (NLJIFEKDPHN != 0) hash ^= NLJIFEKDPHN.GetHashCode();
|
|
if (PGCDMMNNCJC != 0) hash ^= PGCDMMNNCJC.GetHashCode();
|
|
if (LJPEKEDICML != 0) hash ^= LJPEKEDICML.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 (NLJIFEKDPHN != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(NLJIFEKDPHN);
|
|
}
|
|
if (BDBMIKDJLKO != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(BDBMIKDJLKO);
|
|
}
|
|
if (PJCJNKBEIMK != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(PJCJNKBEIMK);
|
|
}
|
|
if (LJPEKEDICML != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(LJPEKEDICML);
|
|
}
|
|
if (PGCDMMNNCJC != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(PGCDMMNNCJC);
|
|
}
|
|
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 (NLJIFEKDPHN != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(NLJIFEKDPHN);
|
|
}
|
|
if (BDBMIKDJLKO != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(BDBMIKDJLKO);
|
|
}
|
|
if (PJCJNKBEIMK != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(PJCJNKBEIMK);
|
|
}
|
|
if (LJPEKEDICML != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(LJPEKEDICML);
|
|
}
|
|
if (PGCDMMNNCJC != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(PGCDMMNNCJC);
|
|
}
|
|
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 (BDBMIKDJLKO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BDBMIKDJLKO);
|
|
}
|
|
if (PJCJNKBEIMK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PJCJNKBEIMK);
|
|
}
|
|
if (NLJIFEKDPHN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NLJIFEKDPHN);
|
|
}
|
|
if (PGCDMMNNCJC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PGCDMMNNCJC);
|
|
}
|
|
if (LJPEKEDICML != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LJPEKEDICML);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(PlayerCollectionInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.BDBMIKDJLKO != 0) {
|
|
BDBMIKDJLKO = other.BDBMIKDJLKO;
|
|
}
|
|
if (other.PJCJNKBEIMK != 0) {
|
|
PJCJNKBEIMK = other.PJCJNKBEIMK;
|
|
}
|
|
if (other.NLJIFEKDPHN != 0) {
|
|
NLJIFEKDPHN = other.NLJIFEKDPHN;
|
|
}
|
|
if (other.PGCDMMNNCJC != 0) {
|
|
PGCDMMNNCJC = other.PGCDMMNNCJC;
|
|
}
|
|
if (other.LJPEKEDICML != 0) {
|
|
LJPEKEDICML = other.LJPEKEDICML;
|
|
}
|
|
_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: {
|
|
NLJIFEKDPHN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
BDBMIKDJLKO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
PJCJNKBEIMK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
LJPEKEDICML = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
PGCDMMNNCJC = 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: {
|
|
NLJIFEKDPHN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
BDBMIKDJLKO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
PJCJNKBEIMK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
LJPEKEDICML = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
PGCDMMNNCJC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|