Files
DanhengServer-OpenSource/Proto/EGDGHFLLMGN.cs
2025-04-15 16:44:46 +08:00

422 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: EGDGHFLLMGN.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 EGDGHFLLMGN.proto</summary>
public static partial class EGDGHFLLMGNReflection {
#region Descriptor
/// <summary>File descriptor for EGDGHFLLMGN.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static EGDGHFLLMGNReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFFR0RHSEZMTE1HTi5wcm90byKPAQoLRUdER0hGTExNR04SEQoJY29zdF90",
"aW1lGAggASgNEhMKC0xDSkhHREpERU5HGAwgASgNEhMKC3RvdGFsX3R1cm5z",
"GAUgASgNEhMKC0NGSUpJUENISEdPGAcgASgNEhgKEHRvdGFsX2F1dG9fdHVy",
"bnMYAyABKA0SFAoMdG90YWxfZGFtYWdlGAEgASgNQh6qAhtFZ2dMaW5rLkRh",
"bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EGDGHFLLMGN), global::EggLink.DanhengServer.Proto.EGDGHFLLMGN.Parser, new[]{ "CostTime", "LCJHGDJDENG", "TotalTurns", "CFIJIPCHHGO", "TotalAutoTurns", "TotalDamage" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class EGDGHFLLMGN : pb::IMessage<EGDGHFLLMGN>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<EGDGHFLLMGN> _parser = new pb::MessageParser<EGDGHFLLMGN>(() => new EGDGHFLLMGN());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<EGDGHFLLMGN> 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.EGDGHFLLMGNReflection.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 EGDGHFLLMGN() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EGDGHFLLMGN(EGDGHFLLMGN other) : this() {
costTime_ = other.costTime_;
lCJHGDJDENG_ = other.lCJHGDJDENG_;
totalTurns_ = other.totalTurns_;
cFIJIPCHHGO_ = other.cFIJIPCHHGO_;
totalAutoTurns_ = other.totalAutoTurns_;
totalDamage_ = other.totalDamage_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EGDGHFLLMGN Clone() {
return new EGDGHFLLMGN(this);
}
/// <summary>Field number for the "cost_time" field.</summary>
public const int CostTimeFieldNumber = 8;
private uint costTime_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CostTime {
get { return costTime_; }
set {
costTime_ = value;
}
}
/// <summary>Field number for the "LCJHGDJDENG" field.</summary>
public const int LCJHGDJDENGFieldNumber = 12;
private uint lCJHGDJDENG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LCJHGDJDENG {
get { return lCJHGDJDENG_; }
set {
lCJHGDJDENG_ = value;
}
}
/// <summary>Field number for the "total_turns" field.</summary>
public const int TotalTurnsFieldNumber = 5;
private uint totalTurns_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint TotalTurns {
get { return totalTurns_; }
set {
totalTurns_ = value;
}
}
/// <summary>Field number for the "CFIJIPCHHGO" field.</summary>
public const int CFIJIPCHHGOFieldNumber = 7;
private uint cFIJIPCHHGO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CFIJIPCHHGO {
get { return cFIJIPCHHGO_; }
set {
cFIJIPCHHGO_ = value;
}
}
/// <summary>Field number for the "total_auto_turns" field.</summary>
public const int TotalAutoTurnsFieldNumber = 3;
private uint totalAutoTurns_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint TotalAutoTurns {
get { return totalAutoTurns_; }
set {
totalAutoTurns_ = value;
}
}
/// <summary>Field number for the "total_damage" field.</summary>
public const int TotalDamageFieldNumber = 1;
private uint totalDamage_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint TotalDamage {
get { return totalDamage_; }
set {
totalDamage_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as EGDGHFLLMGN);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(EGDGHFLLMGN other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (CostTime != other.CostTime) return false;
if (LCJHGDJDENG != other.LCJHGDJDENG) return false;
if (TotalTurns != other.TotalTurns) return false;
if (CFIJIPCHHGO != other.CFIJIPCHHGO) return false;
if (TotalAutoTurns != other.TotalAutoTurns) return false;
if (TotalDamage != other.TotalDamage) 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 (CostTime != 0) hash ^= CostTime.GetHashCode();
if (LCJHGDJDENG != 0) hash ^= LCJHGDJDENG.GetHashCode();
if (TotalTurns != 0) hash ^= TotalTurns.GetHashCode();
if (CFIJIPCHHGO != 0) hash ^= CFIJIPCHHGO.GetHashCode();
if (TotalAutoTurns != 0) hash ^= TotalAutoTurns.GetHashCode();
if (TotalDamage != 0) hash ^= TotalDamage.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 (TotalDamage != 0) {
output.WriteRawTag(8);
output.WriteUInt32(TotalDamage);
}
if (TotalAutoTurns != 0) {
output.WriteRawTag(24);
output.WriteUInt32(TotalAutoTurns);
}
if (TotalTurns != 0) {
output.WriteRawTag(40);
output.WriteUInt32(TotalTurns);
}
if (CFIJIPCHHGO != 0) {
output.WriteRawTag(56);
output.WriteUInt32(CFIJIPCHHGO);
}
if (CostTime != 0) {
output.WriteRawTag(64);
output.WriteUInt32(CostTime);
}
if (LCJHGDJDENG != 0) {
output.WriteRawTag(96);
output.WriteUInt32(LCJHGDJDENG);
}
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 (TotalDamage != 0) {
output.WriteRawTag(8);
output.WriteUInt32(TotalDamage);
}
if (TotalAutoTurns != 0) {
output.WriteRawTag(24);
output.WriteUInt32(TotalAutoTurns);
}
if (TotalTurns != 0) {
output.WriteRawTag(40);
output.WriteUInt32(TotalTurns);
}
if (CFIJIPCHHGO != 0) {
output.WriteRawTag(56);
output.WriteUInt32(CFIJIPCHHGO);
}
if (CostTime != 0) {
output.WriteRawTag(64);
output.WriteUInt32(CostTime);
}
if (LCJHGDJDENG != 0) {
output.WriteRawTag(96);
output.WriteUInt32(LCJHGDJDENG);
}
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 (CostTime != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CostTime);
}
if (LCJHGDJDENG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LCJHGDJDENG);
}
if (TotalTurns != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TotalTurns);
}
if (CFIJIPCHHGO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CFIJIPCHHGO);
}
if (TotalAutoTurns != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TotalAutoTurns);
}
if (TotalDamage != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TotalDamage);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(EGDGHFLLMGN other) {
if (other == null) {
return;
}
if (other.CostTime != 0) {
CostTime = other.CostTime;
}
if (other.LCJHGDJDENG != 0) {
LCJHGDJDENG = other.LCJHGDJDENG;
}
if (other.TotalTurns != 0) {
TotalTurns = other.TotalTurns;
}
if (other.CFIJIPCHHGO != 0) {
CFIJIPCHHGO = other.CFIJIPCHHGO;
}
if (other.TotalAutoTurns != 0) {
TotalAutoTurns = other.TotalAutoTurns;
}
if (other.TotalDamage != 0) {
TotalDamage = other.TotalDamage;
}
_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: {
TotalDamage = input.ReadUInt32();
break;
}
case 24: {
TotalAutoTurns = input.ReadUInt32();
break;
}
case 40: {
TotalTurns = input.ReadUInt32();
break;
}
case 56: {
CFIJIPCHHGO = input.ReadUInt32();
break;
}
case 64: {
CostTime = input.ReadUInt32();
break;
}
case 96: {
LCJHGDJDENG = 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: {
TotalDamage = input.ReadUInt32();
break;
}
case 24: {
TotalAutoTurns = input.ReadUInt32();
break;
}
case 40: {
TotalTurns = input.ReadUInt32();
break;
}
case 56: {
CFIJIPCHHGO = input.ReadUInt32();
break;
}
case 64: {
CostTime = input.ReadUInt32();
break;
}
case 96: {
LCJHGDJDENG = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code