mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
421 lines
15 KiB
C#
421 lines
15 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: WolfBroGameData.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 WolfBroGameData.proto</summary>
|
|
public static partial class WolfBroGameDataReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for WolfBroGameData.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static WolfBroGameDataReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChVXb2xmQnJvR2FtZURhdGEucHJvdG8aFVdvbGZCcm9HYW1lSW5mby5wcm90",
|
|
"bxoMVmVjdG9yLnByb3RvIqEBCg9Xb2xmQnJvR2FtZURhdGESEwoLTkxJQUVQ",
|
|
"Tk9LQUUYDiABKA0SCgoCaWQYCCABKA0SEwoLQk9CR0xMUFBES0UYDSABKAgS",
|
|
"HAoLRkxQSktLQ1BJT08YBiADKAsyBy5WZWN0b3ISEwoLQkJGSk5QREdMR0YY",
|
|
"BSABKAkSJQoLR0dLT0lOTUpISEsYByABKAsyEC5Xb2xmQnJvR2FtZUluZm9C",
|
|
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.WolfBroGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.VectorReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.WolfBroGameData), global::EggLink.DanhengServer.Proto.WolfBroGameData.Parser, new[]{ "NLIAEPNOKAE", "Id", "BOBGLLPPDKE", "FLPJKKCPIOO", "BBFJNPDGLGF", "GGKOINMJHHK" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class WolfBroGameData : pb::IMessage<WolfBroGameData>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<WolfBroGameData> _parser = new pb::MessageParser<WolfBroGameData>(() => new WolfBroGameData());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<WolfBroGameData> 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.WolfBroGameDataReflection.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 WolfBroGameData() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public WolfBroGameData(WolfBroGameData other) : this() {
|
|
nLIAEPNOKAE_ = other.nLIAEPNOKAE_;
|
|
id_ = other.id_;
|
|
bOBGLLPPDKE_ = other.bOBGLLPPDKE_;
|
|
fLPJKKCPIOO_ = other.fLPJKKCPIOO_.Clone();
|
|
bBFJNPDGLGF_ = other.bBFJNPDGLGF_;
|
|
gGKOINMJHHK_ = other.gGKOINMJHHK_ != null ? other.gGKOINMJHHK_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public WolfBroGameData Clone() {
|
|
return new WolfBroGameData(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "NLIAEPNOKAE" field.</summary>
|
|
public const int NLIAEPNOKAEFieldNumber = 14;
|
|
private uint nLIAEPNOKAE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint NLIAEPNOKAE {
|
|
get { return nLIAEPNOKAE_; }
|
|
set {
|
|
nLIAEPNOKAE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "id" field.</summary>
|
|
public const int IdFieldNumber = 8;
|
|
private uint id_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Id {
|
|
get { return id_; }
|
|
set {
|
|
id_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BOBGLLPPDKE" field.</summary>
|
|
public const int BOBGLLPPDKEFieldNumber = 13;
|
|
private bool bOBGLLPPDKE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool BOBGLLPPDKE {
|
|
get { return bOBGLLPPDKE_; }
|
|
set {
|
|
bOBGLLPPDKE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FLPJKKCPIOO" field.</summary>
|
|
public const int FLPJKKCPIOOFieldNumber = 6;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.Vector> _repeated_fLPJKKCPIOO_codec
|
|
= pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.Vector.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Vector> fLPJKKCPIOO_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Vector>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Vector> FLPJKKCPIOO {
|
|
get { return fLPJKKCPIOO_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "BBFJNPDGLGF" field.</summary>
|
|
public const int BBFJNPDGLGFFieldNumber = 5;
|
|
private string bBFJNPDGLGF_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string BBFJNPDGLGF {
|
|
get { return bBFJNPDGLGF_; }
|
|
set {
|
|
bBFJNPDGLGF_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "GGKOINMJHHK" field.</summary>
|
|
public const int GGKOINMJHHKFieldNumber = 7;
|
|
private global::EggLink.DanhengServer.Proto.WolfBroGameInfo gGKOINMJHHK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.WolfBroGameInfo GGKOINMJHHK {
|
|
get { return gGKOINMJHHK_; }
|
|
set {
|
|
gGKOINMJHHK_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as WolfBroGameData);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(WolfBroGameData other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (NLIAEPNOKAE != other.NLIAEPNOKAE) return false;
|
|
if (Id != other.Id) return false;
|
|
if (BOBGLLPPDKE != other.BOBGLLPPDKE) return false;
|
|
if(!fLPJKKCPIOO_.Equals(other.fLPJKKCPIOO_)) return false;
|
|
if (BBFJNPDGLGF != other.BBFJNPDGLGF) return false;
|
|
if (!object.Equals(GGKOINMJHHK, other.GGKOINMJHHK)) 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 (NLIAEPNOKAE != 0) hash ^= NLIAEPNOKAE.GetHashCode();
|
|
if (Id != 0) hash ^= Id.GetHashCode();
|
|
if (BOBGLLPPDKE != false) hash ^= BOBGLLPPDKE.GetHashCode();
|
|
hash ^= fLPJKKCPIOO_.GetHashCode();
|
|
if (BBFJNPDGLGF.Length != 0) hash ^= BBFJNPDGLGF.GetHashCode();
|
|
if (gGKOINMJHHK_ != null) hash ^= GGKOINMJHHK.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 (BBFJNPDGLGF.Length != 0) {
|
|
output.WriteRawTag(42);
|
|
output.WriteString(BBFJNPDGLGF);
|
|
}
|
|
fLPJKKCPIOO_.WriteTo(output, _repeated_fLPJKKCPIOO_codec);
|
|
if (gGKOINMJHHK_ != null) {
|
|
output.WriteRawTag(58);
|
|
output.WriteMessage(GGKOINMJHHK);
|
|
}
|
|
if (Id != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(Id);
|
|
}
|
|
if (BOBGLLPPDKE != false) {
|
|
output.WriteRawTag(104);
|
|
output.WriteBool(BOBGLLPPDKE);
|
|
}
|
|
if (NLIAEPNOKAE != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(NLIAEPNOKAE);
|
|
}
|
|
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 (BBFJNPDGLGF.Length != 0) {
|
|
output.WriteRawTag(42);
|
|
output.WriteString(BBFJNPDGLGF);
|
|
}
|
|
fLPJKKCPIOO_.WriteTo(ref output, _repeated_fLPJKKCPIOO_codec);
|
|
if (gGKOINMJHHK_ != null) {
|
|
output.WriteRawTag(58);
|
|
output.WriteMessage(GGKOINMJHHK);
|
|
}
|
|
if (Id != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(Id);
|
|
}
|
|
if (BOBGLLPPDKE != false) {
|
|
output.WriteRawTag(104);
|
|
output.WriteBool(BOBGLLPPDKE);
|
|
}
|
|
if (NLIAEPNOKAE != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(NLIAEPNOKAE);
|
|
}
|
|
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 (NLIAEPNOKAE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NLIAEPNOKAE);
|
|
}
|
|
if (Id != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
|
|
}
|
|
if (BOBGLLPPDKE != false) {
|
|
size += 1 + 1;
|
|
}
|
|
size += fLPJKKCPIOO_.CalculateSize(_repeated_fLPJKKCPIOO_codec);
|
|
if (BBFJNPDGLGF.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(BBFJNPDGLGF);
|
|
}
|
|
if (gGKOINMJHHK_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GGKOINMJHHK);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(WolfBroGameData other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.NLIAEPNOKAE != 0) {
|
|
NLIAEPNOKAE = other.NLIAEPNOKAE;
|
|
}
|
|
if (other.Id != 0) {
|
|
Id = other.Id;
|
|
}
|
|
if (other.BOBGLLPPDKE != false) {
|
|
BOBGLLPPDKE = other.BOBGLLPPDKE;
|
|
}
|
|
fLPJKKCPIOO_.Add(other.fLPJKKCPIOO_);
|
|
if (other.BBFJNPDGLGF.Length != 0) {
|
|
BBFJNPDGLGF = other.BBFJNPDGLGF;
|
|
}
|
|
if (other.gGKOINMJHHK_ != null) {
|
|
if (gGKOINMJHHK_ == null) {
|
|
GGKOINMJHHK = new global::EggLink.DanhengServer.Proto.WolfBroGameInfo();
|
|
}
|
|
GGKOINMJHHK.MergeFrom(other.GGKOINMJHHK);
|
|
}
|
|
_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 42: {
|
|
BBFJNPDGLGF = input.ReadString();
|
|
break;
|
|
}
|
|
case 50: {
|
|
fLPJKKCPIOO_.AddEntriesFrom(input, _repeated_fLPJKKCPIOO_codec);
|
|
break;
|
|
}
|
|
case 58: {
|
|
if (gGKOINMJHHK_ == null) {
|
|
GGKOINMJHHK = new global::EggLink.DanhengServer.Proto.WolfBroGameInfo();
|
|
}
|
|
input.ReadMessage(GGKOINMJHHK);
|
|
break;
|
|
}
|
|
case 64: {
|
|
Id = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
BOBGLLPPDKE = input.ReadBool();
|
|
break;
|
|
}
|
|
case 112: {
|
|
NLIAEPNOKAE = 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 42: {
|
|
BBFJNPDGLGF = input.ReadString();
|
|
break;
|
|
}
|
|
case 50: {
|
|
fLPJKKCPIOO_.AddEntriesFrom(ref input, _repeated_fLPJKKCPIOO_codec);
|
|
break;
|
|
}
|
|
case 58: {
|
|
if (gGKOINMJHHK_ == null) {
|
|
GGKOINMJHHK = new global::EggLink.DanhengServer.Proto.WolfBroGameInfo();
|
|
}
|
|
input.ReadMessage(GGKOINMJHHK);
|
|
break;
|
|
}
|
|
case 64: {
|
|
Id = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
BOBGLLPPDKE = input.ReadBool();
|
|
break;
|
|
}
|
|
case 112: {
|
|
NLIAEPNOKAE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|