mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36: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",
|
|
"aW9uSW5mbxITCgtHSUpQS0VFTklBTxgNIAEoDRITCgtPSkNHQU9QRU5ERxgI",
|
|
"IAEoDRITCgtKTEVBSUlIS05KQhgPIAEoDRITCgtITU1PQk5BRkhKQxgHIAEo",
|
|
"DRITCgtFRkdBQUhDREVGSxgOIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
|
|
"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[]{ "GIJPKEENIAO", "OJCGAOPENDG", "JLEAIIHKNJB", "HMMOBNAFHJC", "EFGAAHCDEFK" }, 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() {
|
|
gIJPKEENIAO_ = other.gIJPKEENIAO_;
|
|
oJCGAOPENDG_ = other.oJCGAOPENDG_;
|
|
jLEAIIHKNJB_ = other.jLEAIIHKNJB_;
|
|
hMMOBNAFHJC_ = other.hMMOBNAFHJC_;
|
|
eFGAAHCDEFK_ = other.eFGAAHCDEFK_;
|
|
_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 "GIJPKEENIAO" field.</summary>
|
|
public const int GIJPKEENIAOFieldNumber = 13;
|
|
private uint gIJPKEENIAO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GIJPKEENIAO {
|
|
get { return gIJPKEENIAO_; }
|
|
set {
|
|
gIJPKEENIAO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OJCGAOPENDG" field.</summary>
|
|
public const int OJCGAOPENDGFieldNumber = 8;
|
|
private uint oJCGAOPENDG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OJCGAOPENDG {
|
|
get { return oJCGAOPENDG_; }
|
|
set {
|
|
oJCGAOPENDG_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JLEAIIHKNJB" field.</summary>
|
|
public const int JLEAIIHKNJBFieldNumber = 15;
|
|
private uint jLEAIIHKNJB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint JLEAIIHKNJB {
|
|
get { return jLEAIIHKNJB_; }
|
|
set {
|
|
jLEAIIHKNJB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HMMOBNAFHJC" field.</summary>
|
|
public const int HMMOBNAFHJCFieldNumber = 7;
|
|
private uint hMMOBNAFHJC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HMMOBNAFHJC {
|
|
get { return hMMOBNAFHJC_; }
|
|
set {
|
|
hMMOBNAFHJC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "EFGAAHCDEFK" field.</summary>
|
|
public const int EFGAAHCDEFKFieldNumber = 14;
|
|
private uint eFGAAHCDEFK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EFGAAHCDEFK {
|
|
get { return eFGAAHCDEFK_; }
|
|
set {
|
|
eFGAAHCDEFK_ = 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 (GIJPKEENIAO != other.GIJPKEENIAO) return false;
|
|
if (OJCGAOPENDG != other.OJCGAOPENDG) return false;
|
|
if (JLEAIIHKNJB != other.JLEAIIHKNJB) return false;
|
|
if (HMMOBNAFHJC != other.HMMOBNAFHJC) return false;
|
|
if (EFGAAHCDEFK != other.EFGAAHCDEFK) 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 (GIJPKEENIAO != 0) hash ^= GIJPKEENIAO.GetHashCode();
|
|
if (OJCGAOPENDG != 0) hash ^= OJCGAOPENDG.GetHashCode();
|
|
if (JLEAIIHKNJB != 0) hash ^= JLEAIIHKNJB.GetHashCode();
|
|
if (HMMOBNAFHJC != 0) hash ^= HMMOBNAFHJC.GetHashCode();
|
|
if (EFGAAHCDEFK != 0) hash ^= EFGAAHCDEFK.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 (HMMOBNAFHJC != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(HMMOBNAFHJC);
|
|
}
|
|
if (OJCGAOPENDG != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(OJCGAOPENDG);
|
|
}
|
|
if (GIJPKEENIAO != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(GIJPKEENIAO);
|
|
}
|
|
if (EFGAAHCDEFK != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(EFGAAHCDEFK);
|
|
}
|
|
if (JLEAIIHKNJB != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(JLEAIIHKNJB);
|
|
}
|
|
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 (HMMOBNAFHJC != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(HMMOBNAFHJC);
|
|
}
|
|
if (OJCGAOPENDG != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(OJCGAOPENDG);
|
|
}
|
|
if (GIJPKEENIAO != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(GIJPKEENIAO);
|
|
}
|
|
if (EFGAAHCDEFK != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(EFGAAHCDEFK);
|
|
}
|
|
if (JLEAIIHKNJB != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(JLEAIIHKNJB);
|
|
}
|
|
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 (GIJPKEENIAO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GIJPKEENIAO);
|
|
}
|
|
if (OJCGAOPENDG != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OJCGAOPENDG);
|
|
}
|
|
if (JLEAIIHKNJB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JLEAIIHKNJB);
|
|
}
|
|
if (HMMOBNAFHJC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HMMOBNAFHJC);
|
|
}
|
|
if (EFGAAHCDEFK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EFGAAHCDEFK);
|
|
}
|
|
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.GIJPKEENIAO != 0) {
|
|
GIJPKEENIAO = other.GIJPKEENIAO;
|
|
}
|
|
if (other.OJCGAOPENDG != 0) {
|
|
OJCGAOPENDG = other.OJCGAOPENDG;
|
|
}
|
|
if (other.JLEAIIHKNJB != 0) {
|
|
JLEAIIHKNJB = other.JLEAIIHKNJB;
|
|
}
|
|
if (other.HMMOBNAFHJC != 0) {
|
|
HMMOBNAFHJC = other.HMMOBNAFHJC;
|
|
}
|
|
if (other.EFGAAHCDEFK != 0) {
|
|
EFGAAHCDEFK = other.EFGAAHCDEFK;
|
|
}
|
|
_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 56: {
|
|
HMMOBNAFHJC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
OJCGAOPENDG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
GIJPKEENIAO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
EFGAAHCDEFK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
JLEAIIHKNJB = 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 56: {
|
|
HMMOBNAFHJC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
OJCGAOPENDG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
GIJPKEENIAO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
EFGAAHCDEFK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
JLEAIIHKNJB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|