Files
DanhengServer-OpenSource/Proto/WolfBroGameData.cs
2024-10-07 14:59:32 +08:00

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",
"bxoMVmVjdG9yLnByb3RvIqEBCg9Xb2xmQnJvR2FtZURhdGESHAoLSkJPRklB",
"TExPUEkYCiADKAsyBy5WZWN0b3ISJQoLS1BQRUhCSkxBQUEYBiABKAsyEC5X",
"b2xmQnJvR2FtZUluZm8SCgoCaWQYBCABKA0SEwoLUFBJTlBFSEpGQUIYASAB",
"KA0SEwoLTklFUEFPQkJGSkYYDyABKAkSEwoLSEZORUtNTU1GSE8YCSABKAhC",
"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[]{ "JBOFIALLOPI", "KPPEHBJLAAA", "Id", "PPINPEHJFAB", "NIEPAOBBFJF", "HFNEKMMMFHO" }, 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() {
jBOFIALLOPI_ = other.jBOFIALLOPI_.Clone();
kPPEHBJLAAA_ = other.kPPEHBJLAAA_ != null ? other.kPPEHBJLAAA_.Clone() : null;
id_ = other.id_;
pPINPEHJFAB_ = other.pPINPEHJFAB_;
nIEPAOBBFJF_ = other.nIEPAOBBFJF_;
hFNEKMMMFHO_ = other.hFNEKMMMFHO_;
_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 "JBOFIALLOPI" field.</summary>
public const int JBOFIALLOPIFieldNumber = 10;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.Vector> _repeated_jBOFIALLOPI_codec
= pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.Vector.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Vector> jBOFIALLOPI_ = 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> JBOFIALLOPI {
get { return jBOFIALLOPI_; }
}
/// <summary>Field number for the "KPPEHBJLAAA" field.</summary>
public const int KPPEHBJLAAAFieldNumber = 6;
private global::EggLink.DanhengServer.Proto.WolfBroGameInfo kPPEHBJLAAA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.WolfBroGameInfo KPPEHBJLAAA {
get { return kPPEHBJLAAA_; }
set {
kPPEHBJLAAA_ = value;
}
}
/// <summary>Field number for the "id" field.</summary>
public const int IdFieldNumber = 4;
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 "PPINPEHJFAB" field.</summary>
public const int PPINPEHJFABFieldNumber = 1;
private uint pPINPEHJFAB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PPINPEHJFAB {
get { return pPINPEHJFAB_; }
set {
pPINPEHJFAB_ = value;
}
}
/// <summary>Field number for the "NIEPAOBBFJF" field.</summary>
public const int NIEPAOBBFJFFieldNumber = 15;
private string nIEPAOBBFJF_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string NIEPAOBBFJF {
get { return nIEPAOBBFJF_; }
set {
nIEPAOBBFJF_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "HFNEKMMMFHO" field.</summary>
public const int HFNEKMMMFHOFieldNumber = 9;
private bool hFNEKMMMFHO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HFNEKMMMFHO {
get { return hFNEKMMMFHO_; }
set {
hFNEKMMMFHO_ = 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(!jBOFIALLOPI_.Equals(other.jBOFIALLOPI_)) return false;
if (!object.Equals(KPPEHBJLAAA, other.KPPEHBJLAAA)) return false;
if (Id != other.Id) return false;
if (PPINPEHJFAB != other.PPINPEHJFAB) return false;
if (NIEPAOBBFJF != other.NIEPAOBBFJF) return false;
if (HFNEKMMMFHO != other.HFNEKMMMFHO) 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;
hash ^= jBOFIALLOPI_.GetHashCode();
if (kPPEHBJLAAA_ != null) hash ^= KPPEHBJLAAA.GetHashCode();
if (Id != 0) hash ^= Id.GetHashCode();
if (PPINPEHJFAB != 0) hash ^= PPINPEHJFAB.GetHashCode();
if (NIEPAOBBFJF.Length != 0) hash ^= NIEPAOBBFJF.GetHashCode();
if (HFNEKMMMFHO != false) hash ^= HFNEKMMMFHO.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 (PPINPEHJFAB != 0) {
output.WriteRawTag(8);
output.WriteUInt32(PPINPEHJFAB);
}
if (Id != 0) {
output.WriteRawTag(32);
output.WriteUInt32(Id);
}
if (kPPEHBJLAAA_ != null) {
output.WriteRawTag(50);
output.WriteMessage(KPPEHBJLAAA);
}
if (HFNEKMMMFHO != false) {
output.WriteRawTag(72);
output.WriteBool(HFNEKMMMFHO);
}
jBOFIALLOPI_.WriteTo(output, _repeated_jBOFIALLOPI_codec);
if (NIEPAOBBFJF.Length != 0) {
output.WriteRawTag(122);
output.WriteString(NIEPAOBBFJF);
}
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 (PPINPEHJFAB != 0) {
output.WriteRawTag(8);
output.WriteUInt32(PPINPEHJFAB);
}
if (Id != 0) {
output.WriteRawTag(32);
output.WriteUInt32(Id);
}
if (kPPEHBJLAAA_ != null) {
output.WriteRawTag(50);
output.WriteMessage(KPPEHBJLAAA);
}
if (HFNEKMMMFHO != false) {
output.WriteRawTag(72);
output.WriteBool(HFNEKMMMFHO);
}
jBOFIALLOPI_.WriteTo(ref output, _repeated_jBOFIALLOPI_codec);
if (NIEPAOBBFJF.Length != 0) {
output.WriteRawTag(122);
output.WriteString(NIEPAOBBFJF);
}
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;
size += jBOFIALLOPI_.CalculateSize(_repeated_jBOFIALLOPI_codec);
if (kPPEHBJLAAA_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(KPPEHBJLAAA);
}
if (Id != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
}
if (PPINPEHJFAB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PPINPEHJFAB);
}
if (NIEPAOBBFJF.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(NIEPAOBBFJF);
}
if (HFNEKMMMFHO != false) {
size += 1 + 1;
}
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;
}
jBOFIALLOPI_.Add(other.jBOFIALLOPI_);
if (other.kPPEHBJLAAA_ != null) {
if (kPPEHBJLAAA_ == null) {
KPPEHBJLAAA = new global::EggLink.DanhengServer.Proto.WolfBroGameInfo();
}
KPPEHBJLAAA.MergeFrom(other.KPPEHBJLAAA);
}
if (other.Id != 0) {
Id = other.Id;
}
if (other.PPINPEHJFAB != 0) {
PPINPEHJFAB = other.PPINPEHJFAB;
}
if (other.NIEPAOBBFJF.Length != 0) {
NIEPAOBBFJF = other.NIEPAOBBFJF;
}
if (other.HFNEKMMMFHO != false) {
HFNEKMMMFHO = other.HFNEKMMMFHO;
}
_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 8: {
PPINPEHJFAB = input.ReadUInt32();
break;
}
case 32: {
Id = input.ReadUInt32();
break;
}
case 50: {
if (kPPEHBJLAAA_ == null) {
KPPEHBJLAAA = new global::EggLink.DanhengServer.Proto.WolfBroGameInfo();
}
input.ReadMessage(KPPEHBJLAAA);
break;
}
case 72: {
HFNEKMMMFHO = input.ReadBool();
break;
}
case 82: {
jBOFIALLOPI_.AddEntriesFrom(input, _repeated_jBOFIALLOPI_codec);
break;
}
case 122: {
NIEPAOBBFJF = input.ReadString();
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 8: {
PPINPEHJFAB = input.ReadUInt32();
break;
}
case 32: {
Id = input.ReadUInt32();
break;
}
case 50: {
if (kPPEHBJLAAA_ == null) {
KPPEHBJLAAA = new global::EggLink.DanhengServer.Proto.WolfBroGameInfo();
}
input.ReadMessage(KPPEHBJLAAA);
break;
}
case 72: {
HFNEKMMMFHO = input.ReadBool();
break;
}
case 82: {
jBOFIALLOPI_.AddEntriesFrom(ref input, _repeated_jBOFIALLOPI_codec);
break;
}
case 122: {
NIEPAOBBFJF = input.ReadString();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code