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",
|
|
"aW9uSW5mbxITCgtFSk1DQkFHSEhESBgLIAEoDRITCgtIRUROUElCR0VORhgE",
|
|
"IAEoDRITCgtLRk9OREFQTkRFUBgIIAEoDRITCgtPRk1GR0tFSURKTxgKIAEo",
|
|
"DRITCgtKUEJFSktBSEtDTRgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
|
|
"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[]{ "EJMCBAGHHDH", "HEDNPIBGENF", "KFONDAPNDEP", "OFMFGKEIDJO", "JPBEJKAHKCM" }, 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() {
|
|
eJMCBAGHHDH_ = other.eJMCBAGHHDH_;
|
|
hEDNPIBGENF_ = other.hEDNPIBGENF_;
|
|
kFONDAPNDEP_ = other.kFONDAPNDEP_;
|
|
oFMFGKEIDJO_ = other.oFMFGKEIDJO_;
|
|
jPBEJKAHKCM_ = other.jPBEJKAHKCM_;
|
|
_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 "EJMCBAGHHDH" field.</summary>
|
|
public const int EJMCBAGHHDHFieldNumber = 11;
|
|
private uint eJMCBAGHHDH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EJMCBAGHHDH {
|
|
get { return eJMCBAGHHDH_; }
|
|
set {
|
|
eJMCBAGHHDH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HEDNPIBGENF" field.</summary>
|
|
public const int HEDNPIBGENFFieldNumber = 4;
|
|
private uint hEDNPIBGENF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HEDNPIBGENF {
|
|
get { return hEDNPIBGENF_; }
|
|
set {
|
|
hEDNPIBGENF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "KFONDAPNDEP" field.</summary>
|
|
public const int KFONDAPNDEPFieldNumber = 8;
|
|
private uint kFONDAPNDEP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint KFONDAPNDEP {
|
|
get { return kFONDAPNDEP_; }
|
|
set {
|
|
kFONDAPNDEP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OFMFGKEIDJO" field.</summary>
|
|
public const int OFMFGKEIDJOFieldNumber = 10;
|
|
private uint oFMFGKEIDJO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OFMFGKEIDJO {
|
|
get { return oFMFGKEIDJO_; }
|
|
set {
|
|
oFMFGKEIDJO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JPBEJKAHKCM" field.</summary>
|
|
public const int JPBEJKAHKCMFieldNumber = 2;
|
|
private uint jPBEJKAHKCM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint JPBEJKAHKCM {
|
|
get { return jPBEJKAHKCM_; }
|
|
set {
|
|
jPBEJKAHKCM_ = 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 (EJMCBAGHHDH != other.EJMCBAGHHDH) return false;
|
|
if (HEDNPIBGENF != other.HEDNPIBGENF) return false;
|
|
if (KFONDAPNDEP != other.KFONDAPNDEP) return false;
|
|
if (OFMFGKEIDJO != other.OFMFGKEIDJO) return false;
|
|
if (JPBEJKAHKCM != other.JPBEJKAHKCM) 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 (EJMCBAGHHDH != 0) hash ^= EJMCBAGHHDH.GetHashCode();
|
|
if (HEDNPIBGENF != 0) hash ^= HEDNPIBGENF.GetHashCode();
|
|
if (KFONDAPNDEP != 0) hash ^= KFONDAPNDEP.GetHashCode();
|
|
if (OFMFGKEIDJO != 0) hash ^= OFMFGKEIDJO.GetHashCode();
|
|
if (JPBEJKAHKCM != 0) hash ^= JPBEJKAHKCM.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 (JPBEJKAHKCM != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(JPBEJKAHKCM);
|
|
}
|
|
if (HEDNPIBGENF != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(HEDNPIBGENF);
|
|
}
|
|
if (KFONDAPNDEP != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(KFONDAPNDEP);
|
|
}
|
|
if (OFMFGKEIDJO != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(OFMFGKEIDJO);
|
|
}
|
|
if (EJMCBAGHHDH != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(EJMCBAGHHDH);
|
|
}
|
|
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 (JPBEJKAHKCM != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(JPBEJKAHKCM);
|
|
}
|
|
if (HEDNPIBGENF != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(HEDNPIBGENF);
|
|
}
|
|
if (KFONDAPNDEP != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(KFONDAPNDEP);
|
|
}
|
|
if (OFMFGKEIDJO != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(OFMFGKEIDJO);
|
|
}
|
|
if (EJMCBAGHHDH != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(EJMCBAGHHDH);
|
|
}
|
|
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 (EJMCBAGHHDH != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EJMCBAGHHDH);
|
|
}
|
|
if (HEDNPIBGENF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HEDNPIBGENF);
|
|
}
|
|
if (KFONDAPNDEP != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KFONDAPNDEP);
|
|
}
|
|
if (OFMFGKEIDJO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OFMFGKEIDJO);
|
|
}
|
|
if (JPBEJKAHKCM != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JPBEJKAHKCM);
|
|
}
|
|
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.EJMCBAGHHDH != 0) {
|
|
EJMCBAGHHDH = other.EJMCBAGHHDH;
|
|
}
|
|
if (other.HEDNPIBGENF != 0) {
|
|
HEDNPIBGENF = other.HEDNPIBGENF;
|
|
}
|
|
if (other.KFONDAPNDEP != 0) {
|
|
KFONDAPNDEP = other.KFONDAPNDEP;
|
|
}
|
|
if (other.OFMFGKEIDJO != 0) {
|
|
OFMFGKEIDJO = other.OFMFGKEIDJO;
|
|
}
|
|
if (other.JPBEJKAHKCM != 0) {
|
|
JPBEJKAHKCM = other.JPBEJKAHKCM;
|
|
}
|
|
_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: {
|
|
JPBEJKAHKCM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
HEDNPIBGENF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
KFONDAPNDEP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
OFMFGKEIDJO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
EJMCBAGHHDH = 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: {
|
|
JPBEJKAHKCM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
HEDNPIBGENF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
KFONDAPNDEP = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
OFMFGKEIDJO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
EJMCBAGHHDH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|