Files
DanhengServer-OpenSource/Proto/MLHHEHMBHFD.cs
2024-12-07 14:00:38 +08:00

309 lines
10 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MLHHEHMBHFD.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 MLHHEHMBHFD.proto</summary>
public static partial class MLHHEHMBHFDReflection {
#region Descriptor
/// <summary>File descriptor for MLHHEHMBHFD.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MLHHEHMBHFDReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFNTEhIRUhNQkhGRC5wcm90byJICgtNTEhIRUhNQkhGRBITCgtPQkZBQUND",
"Tk9BSRgGIAEoDRIPCgdhcmVhX2lkGAIgASgNEhMKC0VKT0lDQk5JQUJDGAMg",
"ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MLHHEHMBHFD), global::EggLink.DanhengServer.Proto.MLHHEHMBHFD.Parser, new[]{ "OBFAACCNOAI", "AreaId", "EJOICBNIABC" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MLHHEHMBHFD : pb::IMessage<MLHHEHMBHFD>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MLHHEHMBHFD> _parser = new pb::MessageParser<MLHHEHMBHFD>(() => new MLHHEHMBHFD());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MLHHEHMBHFD> 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.MLHHEHMBHFDReflection.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 MLHHEHMBHFD() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MLHHEHMBHFD(MLHHEHMBHFD other) : this() {
oBFAACCNOAI_ = other.oBFAACCNOAI_;
areaId_ = other.areaId_;
eJOICBNIABC_ = other.eJOICBNIABC_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MLHHEHMBHFD Clone() {
return new MLHHEHMBHFD(this);
}
/// <summary>Field number for the "OBFAACCNOAI" field.</summary>
public const int OBFAACCNOAIFieldNumber = 6;
private uint oBFAACCNOAI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OBFAACCNOAI {
get { return oBFAACCNOAI_; }
set {
oBFAACCNOAI_ = value;
}
}
/// <summary>Field number for the "area_id" field.</summary>
public const int AreaIdFieldNumber = 2;
private uint areaId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AreaId {
get { return areaId_; }
set {
areaId_ = value;
}
}
/// <summary>Field number for the "EJOICBNIABC" field.</summary>
public const int EJOICBNIABCFieldNumber = 3;
private uint eJOICBNIABC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EJOICBNIABC {
get { return eJOICBNIABC_; }
set {
eJOICBNIABC_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MLHHEHMBHFD);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MLHHEHMBHFD other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (OBFAACCNOAI != other.OBFAACCNOAI) return false;
if (AreaId != other.AreaId) return false;
if (EJOICBNIABC != other.EJOICBNIABC) 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 (OBFAACCNOAI != 0) hash ^= OBFAACCNOAI.GetHashCode();
if (AreaId != 0) hash ^= AreaId.GetHashCode();
if (EJOICBNIABC != 0) hash ^= EJOICBNIABC.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 (AreaId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(AreaId);
}
if (EJOICBNIABC != 0) {
output.WriteRawTag(24);
output.WriteUInt32(EJOICBNIABC);
}
if (OBFAACCNOAI != 0) {
output.WriteRawTag(48);
output.WriteUInt32(OBFAACCNOAI);
}
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 (AreaId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(AreaId);
}
if (EJOICBNIABC != 0) {
output.WriteRawTag(24);
output.WriteUInt32(EJOICBNIABC);
}
if (OBFAACCNOAI != 0) {
output.WriteRawTag(48);
output.WriteUInt32(OBFAACCNOAI);
}
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 (OBFAACCNOAI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OBFAACCNOAI);
}
if (AreaId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AreaId);
}
if (EJOICBNIABC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EJOICBNIABC);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MLHHEHMBHFD other) {
if (other == null) {
return;
}
if (other.OBFAACCNOAI != 0) {
OBFAACCNOAI = other.OBFAACCNOAI;
}
if (other.AreaId != 0) {
AreaId = other.AreaId;
}
if (other.EJOICBNIABC != 0) {
EJOICBNIABC = other.EJOICBNIABC;
}
_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: {
AreaId = input.ReadUInt32();
break;
}
case 24: {
EJOICBNIABC = input.ReadUInt32();
break;
}
case 48: {
OBFAACCNOAI = 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: {
AreaId = input.ReadUInt32();
break;
}
case 24: {
EJOICBNIABC = input.ReadUInt32();
break;
}
case 48: {
OBFAACCNOAI = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code