Files
DanhengServer-OpenSource/Proto/MAPOMOILGEH.cs
2025-09-27 13:58:04 +08:00

310 lines
10 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MAPOMOILGEH.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 MAPOMOILGEH.proto</summary>
public static partial class MAPOMOILGEHReflection {
#region Descriptor
/// <summary>File descriptor for MAPOMOILGEH.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MAPOMOILGEHReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFNQVBPTU9JTEdFSC5wcm90byJMCgtNQVBPTU9JTEdFSBITCgtCRENGRk9C",
"R0tPQRgCIAEoDRITCgtHRURKTklBRUZITxgEIAEoDRITCgtNQktGSU5JTk5F",
"SxgHIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MAPOMOILGEH), global::EggLink.DanhengServer.Proto.MAPOMOILGEH.Parser, new[]{ "BDCFFOBGKOA", "GEDJNIAEFHO", "MBKFININNEK" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MAPOMOILGEH : pb::IMessage<MAPOMOILGEH>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MAPOMOILGEH> _parser = new pb::MessageParser<MAPOMOILGEH>(() => new MAPOMOILGEH());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MAPOMOILGEH> 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.MAPOMOILGEHReflection.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 MAPOMOILGEH() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MAPOMOILGEH(MAPOMOILGEH other) : this() {
bDCFFOBGKOA_ = other.bDCFFOBGKOA_;
gEDJNIAEFHO_ = other.gEDJNIAEFHO_;
mBKFININNEK_ = other.mBKFININNEK_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MAPOMOILGEH Clone() {
return new MAPOMOILGEH(this);
}
/// <summary>Field number for the "BDCFFOBGKOA" field.</summary>
public const int BDCFFOBGKOAFieldNumber = 2;
private uint bDCFFOBGKOA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BDCFFOBGKOA {
get { return bDCFFOBGKOA_; }
set {
bDCFFOBGKOA_ = value;
}
}
/// <summary>Field number for the "GEDJNIAEFHO" field.</summary>
public const int GEDJNIAEFHOFieldNumber = 4;
private uint gEDJNIAEFHO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GEDJNIAEFHO {
get { return gEDJNIAEFHO_; }
set {
gEDJNIAEFHO_ = value;
}
}
/// <summary>Field number for the "MBKFININNEK" field.</summary>
public const int MBKFININNEKFieldNumber = 7;
private uint mBKFININNEK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MBKFININNEK {
get { return mBKFININNEK_; }
set {
mBKFININNEK_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MAPOMOILGEH);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MAPOMOILGEH other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (BDCFFOBGKOA != other.BDCFFOBGKOA) return false;
if (GEDJNIAEFHO != other.GEDJNIAEFHO) return false;
if (MBKFININNEK != other.MBKFININNEK) 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 (BDCFFOBGKOA != 0) hash ^= BDCFFOBGKOA.GetHashCode();
if (GEDJNIAEFHO != 0) hash ^= GEDJNIAEFHO.GetHashCode();
if (MBKFININNEK != 0) hash ^= MBKFININNEK.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 (BDCFFOBGKOA != 0) {
output.WriteRawTag(16);
output.WriteUInt32(BDCFFOBGKOA);
}
if (GEDJNIAEFHO != 0) {
output.WriteRawTag(32);
output.WriteUInt32(GEDJNIAEFHO);
}
if (MBKFININNEK != 0) {
output.WriteRawTag(56);
output.WriteUInt32(MBKFININNEK);
}
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 (BDCFFOBGKOA != 0) {
output.WriteRawTag(16);
output.WriteUInt32(BDCFFOBGKOA);
}
if (GEDJNIAEFHO != 0) {
output.WriteRawTag(32);
output.WriteUInt32(GEDJNIAEFHO);
}
if (MBKFININNEK != 0) {
output.WriteRawTag(56);
output.WriteUInt32(MBKFININNEK);
}
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 (BDCFFOBGKOA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BDCFFOBGKOA);
}
if (GEDJNIAEFHO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GEDJNIAEFHO);
}
if (MBKFININNEK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MBKFININNEK);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MAPOMOILGEH other) {
if (other == null) {
return;
}
if (other.BDCFFOBGKOA != 0) {
BDCFFOBGKOA = other.BDCFFOBGKOA;
}
if (other.GEDJNIAEFHO != 0) {
GEDJNIAEFHO = other.GEDJNIAEFHO;
}
if (other.MBKFININNEK != 0) {
MBKFININNEK = other.MBKFININNEK;
}
_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: {
BDCFFOBGKOA = input.ReadUInt32();
break;
}
case 32: {
GEDJNIAEFHO = input.ReadUInt32();
break;
}
case 56: {
MBKFININNEK = 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: {
BDCFFOBGKOA = input.ReadUInt32();
break;
}
case 32: {
GEDJNIAEFHO = input.ReadUInt32();
break;
}
case 56: {
MBKFININNEK = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code