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

347 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BHGPHKLEHEC.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 BHGPHKLEHEC.proto</summary>
public static partial class BHGPHKLEHECReflection {
#region Descriptor
/// <summary>File descriptor for BHGPHKLEHEC.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BHGPHKLEHECReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFCSEdQSEtMRUhFQy5wcm90byJfCgtCSEdQSEtMRUhFQxIRCgljdXJfdGlt",
"ZXMYCSABKA0SEwoLRk9KQ01ISU1BRk4YDCABKA0SEwoLRE1LRkZGUERMREkY",
"DSABKA0SEwoLTkZGTk5FRkNNT0kYCiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu",
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BHGPHKLEHEC), global::EggLink.DanhengServer.Proto.BHGPHKLEHEC.Parser, new[]{ "CurTimes", "FOJCMHIMAFN", "DMKFFFPDLDI", "NFFNNEFCMOI" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BHGPHKLEHEC : pb::IMessage<BHGPHKLEHEC>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<BHGPHKLEHEC> _parser = new pb::MessageParser<BHGPHKLEHEC>(() => new BHGPHKLEHEC());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<BHGPHKLEHEC> 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.BHGPHKLEHECReflection.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 BHGPHKLEHEC() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BHGPHKLEHEC(BHGPHKLEHEC other) : this() {
curTimes_ = other.curTimes_;
fOJCMHIMAFN_ = other.fOJCMHIMAFN_;
dMKFFFPDLDI_ = other.dMKFFFPDLDI_;
nFFNNEFCMOI_ = other.nFFNNEFCMOI_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BHGPHKLEHEC Clone() {
return new BHGPHKLEHEC(this);
}
/// <summary>Field number for the "cur_times" field.</summary>
public const int CurTimesFieldNumber = 9;
private uint curTimes_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurTimes {
get { return curTimes_; }
set {
curTimes_ = value;
}
}
/// <summary>Field number for the "FOJCMHIMAFN" field.</summary>
public const int FOJCMHIMAFNFieldNumber = 12;
private uint fOJCMHIMAFN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FOJCMHIMAFN {
get { return fOJCMHIMAFN_; }
set {
fOJCMHIMAFN_ = value;
}
}
/// <summary>Field number for the "DMKFFFPDLDI" field.</summary>
public const int DMKFFFPDLDIFieldNumber = 13;
private uint dMKFFFPDLDI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DMKFFFPDLDI {
get { return dMKFFFPDLDI_; }
set {
dMKFFFPDLDI_ = value;
}
}
/// <summary>Field number for the "NFFNNEFCMOI" field.</summary>
public const int NFFNNEFCMOIFieldNumber = 10;
private uint nFFNNEFCMOI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NFFNNEFCMOI {
get { return nFFNNEFCMOI_; }
set {
nFFNNEFCMOI_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as BHGPHKLEHEC);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(BHGPHKLEHEC other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (CurTimes != other.CurTimes) return false;
if (FOJCMHIMAFN != other.FOJCMHIMAFN) return false;
if (DMKFFFPDLDI != other.DMKFFFPDLDI) return false;
if (NFFNNEFCMOI != other.NFFNNEFCMOI) 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 (CurTimes != 0) hash ^= CurTimes.GetHashCode();
if (FOJCMHIMAFN != 0) hash ^= FOJCMHIMAFN.GetHashCode();
if (DMKFFFPDLDI != 0) hash ^= DMKFFFPDLDI.GetHashCode();
if (NFFNNEFCMOI != 0) hash ^= NFFNNEFCMOI.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 (CurTimes != 0) {
output.WriteRawTag(72);
output.WriteUInt32(CurTimes);
}
if (NFFNNEFCMOI != 0) {
output.WriteRawTag(80);
output.WriteUInt32(NFFNNEFCMOI);
}
if (FOJCMHIMAFN != 0) {
output.WriteRawTag(96);
output.WriteUInt32(FOJCMHIMAFN);
}
if (DMKFFFPDLDI != 0) {
output.WriteRawTag(104);
output.WriteUInt32(DMKFFFPDLDI);
}
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 (CurTimes != 0) {
output.WriteRawTag(72);
output.WriteUInt32(CurTimes);
}
if (NFFNNEFCMOI != 0) {
output.WriteRawTag(80);
output.WriteUInt32(NFFNNEFCMOI);
}
if (FOJCMHIMAFN != 0) {
output.WriteRawTag(96);
output.WriteUInt32(FOJCMHIMAFN);
}
if (DMKFFFPDLDI != 0) {
output.WriteRawTag(104);
output.WriteUInt32(DMKFFFPDLDI);
}
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 (CurTimes != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurTimes);
}
if (FOJCMHIMAFN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FOJCMHIMAFN);
}
if (DMKFFFPDLDI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DMKFFFPDLDI);
}
if (NFFNNEFCMOI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NFFNNEFCMOI);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(BHGPHKLEHEC other) {
if (other == null) {
return;
}
if (other.CurTimes != 0) {
CurTimes = other.CurTimes;
}
if (other.FOJCMHIMAFN != 0) {
FOJCMHIMAFN = other.FOJCMHIMAFN;
}
if (other.DMKFFFPDLDI != 0) {
DMKFFFPDLDI = other.DMKFFFPDLDI;
}
if (other.NFFNNEFCMOI != 0) {
NFFNNEFCMOI = other.NFFNNEFCMOI;
}
_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 72: {
CurTimes = input.ReadUInt32();
break;
}
case 80: {
NFFNNEFCMOI = input.ReadUInt32();
break;
}
case 96: {
FOJCMHIMAFN = input.ReadUInt32();
break;
}
case 104: {
DMKFFFPDLDI = 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 72: {
CurTimes = input.ReadUInt32();
break;
}
case 80: {
NFFNNEFCMOI = input.ReadUInt32();
break;
}
case 96: {
FOJCMHIMAFN = input.ReadUInt32();
break;
}
case 104: {
DMKFFFPDLDI = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code