Files
DanhengServer-OpenSource/Proto/EIKAIIDAEPP.cs
2025-10-19 12:47:24 +08:00

469 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: EIKAIIDAEPP.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 EIKAIIDAEPP.proto</summary>
public static partial class EIKAIIDAEPPReflection {
#region Descriptor
/// <summary>File descriptor for EIKAIIDAEPP.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static EIKAIIDAEPPReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFFSUtBSUlEQUVQUC5wcm90bxoRSUlLTkdOSERNRkkucHJvdG8irgEKC0VJ",
"S0FJSURBRVBQEhMKC0hEQ0JFSkRFTkxBGAEgASgNEikKE2dyaWRfZmlnaHRf",
"Y3VyX2dvbGQYByABKAsyDC5JSUtOR05IRE1GSRILCgN1aWQYBSABKA0SEwoL",
"QktNQU1HQVBFR0gYDSABKA0SEwoLUEpPTEVNSExHTkwYDiABKA0SEwoLREdK",
"RE1PQ0JCSUkYCSABKA0SEwoLTE5KSUlISFBNRUQYAiABKA1CHqoCG0VnZ0xp",
"bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EIKAIIDAEPP), global::EggLink.DanhengServer.Proto.EIKAIIDAEPP.Parser, new[]{ "HDCBEJDENLA", "GridFightCurGold", "Uid", "BKMAMGAPEGH", "PJOLEMHLGNL", "DGJDMOCBBII", "LNJIIHHPMED" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class EIKAIIDAEPP : pb::IMessage<EIKAIIDAEPP>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<EIKAIIDAEPP> _parser = new pb::MessageParser<EIKAIIDAEPP>(() => new EIKAIIDAEPP());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<EIKAIIDAEPP> 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.EIKAIIDAEPPReflection.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 EIKAIIDAEPP() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EIKAIIDAEPP(EIKAIIDAEPP other) : this() {
hDCBEJDENLA_ = other.hDCBEJDENLA_;
gridFightCurGold_ = other.gridFightCurGold_ != null ? other.gridFightCurGold_.Clone() : null;
uid_ = other.uid_;
bKMAMGAPEGH_ = other.bKMAMGAPEGH_;
pJOLEMHLGNL_ = other.pJOLEMHLGNL_;
dGJDMOCBBII_ = other.dGJDMOCBBII_;
lNJIIHHPMED_ = other.lNJIIHHPMED_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EIKAIIDAEPP Clone() {
return new EIKAIIDAEPP(this);
}
/// <summary>Field number for the "HDCBEJDENLA" field.</summary>
public const int HDCBEJDENLAFieldNumber = 1;
private uint hDCBEJDENLA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HDCBEJDENLA {
get { return hDCBEJDENLA_; }
set {
hDCBEJDENLA_ = value;
}
}
/// <summary>Field number for the "grid_fight_cur_gold" field.</summary>
public const int GridFightCurGoldFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.IIKNGNHDMFI gridFightCurGold_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI GridFightCurGold {
get { return gridFightCurGold_; }
set {
gridFightCurGold_ = value;
}
}
/// <summary>Field number for the "uid" field.</summary>
public const int UidFieldNumber = 5;
private uint uid_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Uid {
get { return uid_; }
set {
uid_ = value;
}
}
/// <summary>Field number for the "BKMAMGAPEGH" field.</summary>
public const int BKMAMGAPEGHFieldNumber = 13;
private uint bKMAMGAPEGH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BKMAMGAPEGH {
get { return bKMAMGAPEGH_; }
set {
bKMAMGAPEGH_ = value;
}
}
/// <summary>Field number for the "PJOLEMHLGNL" field.</summary>
public const int PJOLEMHLGNLFieldNumber = 14;
private uint pJOLEMHLGNL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PJOLEMHLGNL {
get { return pJOLEMHLGNL_; }
set {
pJOLEMHLGNL_ = value;
}
}
/// <summary>Field number for the "DGJDMOCBBII" field.</summary>
public const int DGJDMOCBBIIFieldNumber = 9;
private uint dGJDMOCBBII_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DGJDMOCBBII {
get { return dGJDMOCBBII_; }
set {
dGJDMOCBBII_ = value;
}
}
/// <summary>Field number for the "LNJIIHHPMED" field.</summary>
public const int LNJIIHHPMEDFieldNumber = 2;
private uint lNJIIHHPMED_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LNJIIHHPMED {
get { return lNJIIHHPMED_; }
set {
lNJIIHHPMED_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as EIKAIIDAEPP);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(EIKAIIDAEPP other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (HDCBEJDENLA != other.HDCBEJDENLA) return false;
if (!object.Equals(GridFightCurGold, other.GridFightCurGold)) return false;
if (Uid != other.Uid) return false;
if (BKMAMGAPEGH != other.BKMAMGAPEGH) return false;
if (PJOLEMHLGNL != other.PJOLEMHLGNL) return false;
if (DGJDMOCBBII != other.DGJDMOCBBII) return false;
if (LNJIIHHPMED != other.LNJIIHHPMED) 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 (HDCBEJDENLA != 0) hash ^= HDCBEJDENLA.GetHashCode();
if (gridFightCurGold_ != null) hash ^= GridFightCurGold.GetHashCode();
if (Uid != 0) hash ^= Uid.GetHashCode();
if (BKMAMGAPEGH != 0) hash ^= BKMAMGAPEGH.GetHashCode();
if (PJOLEMHLGNL != 0) hash ^= PJOLEMHLGNL.GetHashCode();
if (DGJDMOCBBII != 0) hash ^= DGJDMOCBBII.GetHashCode();
if (LNJIIHHPMED != 0) hash ^= LNJIIHHPMED.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 (HDCBEJDENLA != 0) {
output.WriteRawTag(8);
output.WriteUInt32(HDCBEJDENLA);
}
if (LNJIIHHPMED != 0) {
output.WriteRawTag(16);
output.WriteUInt32(LNJIIHHPMED);
}
if (Uid != 0) {
output.WriteRawTag(40);
output.WriteUInt32(Uid);
}
if (gridFightCurGold_ != null) {
output.WriteRawTag(58);
output.WriteMessage(GridFightCurGold);
}
if (DGJDMOCBBII != 0) {
output.WriteRawTag(72);
output.WriteUInt32(DGJDMOCBBII);
}
if (BKMAMGAPEGH != 0) {
output.WriteRawTag(104);
output.WriteUInt32(BKMAMGAPEGH);
}
if (PJOLEMHLGNL != 0) {
output.WriteRawTag(112);
output.WriteUInt32(PJOLEMHLGNL);
}
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 (HDCBEJDENLA != 0) {
output.WriteRawTag(8);
output.WriteUInt32(HDCBEJDENLA);
}
if (LNJIIHHPMED != 0) {
output.WriteRawTag(16);
output.WriteUInt32(LNJIIHHPMED);
}
if (Uid != 0) {
output.WriteRawTag(40);
output.WriteUInt32(Uid);
}
if (gridFightCurGold_ != null) {
output.WriteRawTag(58);
output.WriteMessage(GridFightCurGold);
}
if (DGJDMOCBBII != 0) {
output.WriteRawTag(72);
output.WriteUInt32(DGJDMOCBBII);
}
if (BKMAMGAPEGH != 0) {
output.WriteRawTag(104);
output.WriteUInt32(BKMAMGAPEGH);
}
if (PJOLEMHLGNL != 0) {
output.WriteRawTag(112);
output.WriteUInt32(PJOLEMHLGNL);
}
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 (HDCBEJDENLA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HDCBEJDENLA);
}
if (gridFightCurGold_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GridFightCurGold);
}
if (Uid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
}
if (BKMAMGAPEGH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BKMAMGAPEGH);
}
if (PJOLEMHLGNL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PJOLEMHLGNL);
}
if (DGJDMOCBBII != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGJDMOCBBII);
}
if (LNJIIHHPMED != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LNJIIHHPMED);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(EIKAIIDAEPP other) {
if (other == null) {
return;
}
if (other.HDCBEJDENLA != 0) {
HDCBEJDENLA = other.HDCBEJDENLA;
}
if (other.gridFightCurGold_ != null) {
if (gridFightCurGold_ == null) {
GridFightCurGold = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
}
GridFightCurGold.MergeFrom(other.GridFightCurGold);
}
if (other.Uid != 0) {
Uid = other.Uid;
}
if (other.BKMAMGAPEGH != 0) {
BKMAMGAPEGH = other.BKMAMGAPEGH;
}
if (other.PJOLEMHLGNL != 0) {
PJOLEMHLGNL = other.PJOLEMHLGNL;
}
if (other.DGJDMOCBBII != 0) {
DGJDMOCBBII = other.DGJDMOCBBII;
}
if (other.LNJIIHHPMED != 0) {
LNJIIHHPMED = other.LNJIIHHPMED;
}
_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: {
HDCBEJDENLA = input.ReadUInt32();
break;
}
case 16: {
LNJIIHHPMED = input.ReadUInt32();
break;
}
case 40: {
Uid = input.ReadUInt32();
break;
}
case 58: {
if (gridFightCurGold_ == null) {
GridFightCurGold = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
}
input.ReadMessage(GridFightCurGold);
break;
}
case 72: {
DGJDMOCBBII = input.ReadUInt32();
break;
}
case 104: {
BKMAMGAPEGH = input.ReadUInt32();
break;
}
case 112: {
PJOLEMHLGNL = 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 8: {
HDCBEJDENLA = input.ReadUInt32();
break;
}
case 16: {
LNJIIHHPMED = input.ReadUInt32();
break;
}
case 40: {
Uid = input.ReadUInt32();
break;
}
case 58: {
if (gridFightCurGold_ == null) {
GridFightCurGold = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
}
input.ReadMessage(GridFightCurGold);
break;
}
case 72: {
DGJDMOCBBII = input.ReadUInt32();
break;
}
case 104: {
BKMAMGAPEGH = input.ReadUInt32();
break;
}
case 112: {
PJOLEMHLGNL = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code