Files
DanhengServer-OpenSource/Proto/WolfBroGameInfo.cs
2025-08-29 22:54:29 +08:00

346 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: WolfBroGameInfo.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 WolfBroGameInfo.proto</summary>
public static partial class WolfBroGameInfoReflection {
#region Descriptor
/// <summary>File descriptor for WolfBroGameInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static WolfBroGameInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVXb2xmQnJvR2FtZUluZm8ucHJvdG8aEE1vdGlvbkluZm8ucHJvdG8aDFZl",
"Y3Rvci5wcm90byJ2Cg9Xb2xmQnJvR2FtZUluZm8SEwoLQkRORkxJQ05GSE4Y",
"ASABKAgSGwoGbW90aW9uGAUgASgLMgsuTW90aW9uSW5mbxIcCgtPUENMRE5M",
"TE5GSBgMIAMoCzIHLlZlY3RvchITCgtMS0pNTElEQU9ETRgHIAEoDUIeqgIb",
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MotionInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.VectorReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.WolfBroGameInfo), global::EggLink.DanhengServer.Proto.WolfBroGameInfo.Parser, new[]{ "BDNFLICNFHN", "Motion", "OPCLDNLLNFH", "LKJMLIDAODM" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class WolfBroGameInfo : pb::IMessage<WolfBroGameInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<WolfBroGameInfo> _parser = new pb::MessageParser<WolfBroGameInfo>(() => new WolfBroGameInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<WolfBroGameInfo> 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.WolfBroGameInfoReflection.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 WolfBroGameInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public WolfBroGameInfo(WolfBroGameInfo other) : this() {
bDNFLICNFHN_ = other.bDNFLICNFHN_;
motion_ = other.motion_ != null ? other.motion_.Clone() : null;
oPCLDNLLNFH_ = other.oPCLDNLLNFH_.Clone();
lKJMLIDAODM_ = other.lKJMLIDAODM_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public WolfBroGameInfo Clone() {
return new WolfBroGameInfo(this);
}
/// <summary>Field number for the "BDNFLICNFHN" field.</summary>
public const int BDNFLICNFHNFieldNumber = 1;
private bool bDNFLICNFHN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool BDNFLICNFHN {
get { return bDNFLICNFHN_; }
set {
bDNFLICNFHN_ = value;
}
}
/// <summary>Field number for the "motion" field.</summary>
public const int MotionFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.MotionInfo motion_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MotionInfo Motion {
get { return motion_; }
set {
motion_ = value;
}
}
/// <summary>Field number for the "OPCLDNLLNFH" field.</summary>
public const int OPCLDNLLNFHFieldNumber = 12;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.Vector> _repeated_oPCLDNLLNFH_codec
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.Vector.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.Vector> oPCLDNLLNFH_ = 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> OPCLDNLLNFH {
get { return oPCLDNLLNFH_; }
}
/// <summary>Field number for the "LKJMLIDAODM" field.</summary>
public const int LKJMLIDAODMFieldNumber = 7;
private uint lKJMLIDAODM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LKJMLIDAODM {
get { return lKJMLIDAODM_; }
set {
lKJMLIDAODM_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as WolfBroGameInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(WolfBroGameInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (BDNFLICNFHN != other.BDNFLICNFHN) return false;
if (!object.Equals(Motion, other.Motion)) return false;
if(!oPCLDNLLNFH_.Equals(other.oPCLDNLLNFH_)) return false;
if (LKJMLIDAODM != other.LKJMLIDAODM) 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 (BDNFLICNFHN != false) hash ^= BDNFLICNFHN.GetHashCode();
if (motion_ != null) hash ^= Motion.GetHashCode();
hash ^= oPCLDNLLNFH_.GetHashCode();
if (LKJMLIDAODM != 0) hash ^= LKJMLIDAODM.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 (BDNFLICNFHN != false) {
output.WriteRawTag(8);
output.WriteBool(BDNFLICNFHN);
}
if (motion_ != null) {
output.WriteRawTag(42);
output.WriteMessage(Motion);
}
if (LKJMLIDAODM != 0) {
output.WriteRawTag(56);
output.WriteUInt32(LKJMLIDAODM);
}
oPCLDNLLNFH_.WriteTo(output, _repeated_oPCLDNLLNFH_codec);
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 (BDNFLICNFHN != false) {
output.WriteRawTag(8);
output.WriteBool(BDNFLICNFHN);
}
if (motion_ != null) {
output.WriteRawTag(42);
output.WriteMessage(Motion);
}
if (LKJMLIDAODM != 0) {
output.WriteRawTag(56);
output.WriteUInt32(LKJMLIDAODM);
}
oPCLDNLLNFH_.WriteTo(ref output, _repeated_oPCLDNLLNFH_codec);
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 (BDNFLICNFHN != false) {
size += 1 + 1;
}
if (motion_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Motion);
}
size += oPCLDNLLNFH_.CalculateSize(_repeated_oPCLDNLLNFH_codec);
if (LKJMLIDAODM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LKJMLIDAODM);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(WolfBroGameInfo other) {
if (other == null) {
return;
}
if (other.BDNFLICNFHN != false) {
BDNFLICNFHN = other.BDNFLICNFHN;
}
if (other.motion_ != null) {
if (motion_ == null) {
Motion = new global::EggLink.DanhengServer.Proto.MotionInfo();
}
Motion.MergeFrom(other.Motion);
}
oPCLDNLLNFH_.Add(other.oPCLDNLLNFH_);
if (other.LKJMLIDAODM != 0) {
LKJMLIDAODM = other.LKJMLIDAODM;
}
_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: {
BDNFLICNFHN = input.ReadBool();
break;
}
case 42: {
if (motion_ == null) {
Motion = new global::EggLink.DanhengServer.Proto.MotionInfo();
}
input.ReadMessage(Motion);
break;
}
case 56: {
LKJMLIDAODM = input.ReadUInt32();
break;
}
case 98: {
oPCLDNLLNFH_.AddEntriesFrom(input, _repeated_oPCLDNLLNFH_codec);
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: {
BDNFLICNFHN = input.ReadBool();
break;
}
case 42: {
if (motion_ == null) {
Motion = new global::EggLink.DanhengServer.Proto.MotionInfo();
}
input.ReadMessage(Motion);
break;
}
case 56: {
LKJMLIDAODM = input.ReadUInt32();
break;
}
case 98: {
oPCLDNLLNFH_.AddEntriesFrom(ref input, _repeated_oPCLDNLLNFH_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code