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

338 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: PLNNPHLOFHJ.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 PLNNPHLOFHJ.proto</summary>
public static partial class PLNNPHLOFHJReflection {
#region Descriptor
/// <summary>File descriptor for PLNNPHLOFHJ.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static PLNNPHLOFHJReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFQTE5OUEhMT0ZISi5wcm90byJmCgtQTE5OUEhMT0ZIShITCgtLQURHQURM",
"T0hGQRgBIAMoDRIbChNncmlkX2ZpZ2h0X2N1cl9nb2xkGAIgASgNEhAKCHNj",
"b3JlX2lkGAMgASgNEhMKC0hDTk5PQkFIQ0JQGAQgASgJQh6qAhtFZ2dMaW5r",
"LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PLNNPHLOFHJ), global::EggLink.DanhengServer.Proto.PLNNPHLOFHJ.Parser, new[]{ "KADGADLOHFA", "GridFightCurGold", "ScoreId", "HCNNOBAHCBP" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class PLNNPHLOFHJ : pb::IMessage<PLNNPHLOFHJ>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<PLNNPHLOFHJ> _parser = new pb::MessageParser<PLNNPHLOFHJ>(() => new PLNNPHLOFHJ());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<PLNNPHLOFHJ> 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.PLNNPHLOFHJReflection.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 PLNNPHLOFHJ() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PLNNPHLOFHJ(PLNNPHLOFHJ other) : this() {
kADGADLOHFA_ = other.kADGADLOHFA_.Clone();
gridFightCurGold_ = other.gridFightCurGold_;
scoreId_ = other.scoreId_;
hCNNOBAHCBP_ = other.hCNNOBAHCBP_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PLNNPHLOFHJ Clone() {
return new PLNNPHLOFHJ(this);
}
/// <summary>Field number for the "KADGADLOHFA" field.</summary>
public const int KADGADLOHFAFieldNumber = 1;
private static readonly pb::FieldCodec<uint> _repeated_kADGADLOHFA_codec
= pb::FieldCodec.ForUInt32(10);
private readonly pbc::RepeatedField<uint> kADGADLOHFA_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> KADGADLOHFA {
get { return kADGADLOHFA_; }
}
/// <summary>Field number for the "grid_fight_cur_gold" field.</summary>
public const int GridFightCurGoldFieldNumber = 2;
private uint gridFightCurGold_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GridFightCurGold {
get { return gridFightCurGold_; }
set {
gridFightCurGold_ = value;
}
}
/// <summary>Field number for the "score_id" field.</summary>
public const int ScoreIdFieldNumber = 3;
private uint scoreId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ScoreId {
get { return scoreId_; }
set {
scoreId_ = value;
}
}
/// <summary>Field number for the "HCNNOBAHCBP" field.</summary>
public const int HCNNOBAHCBPFieldNumber = 4;
private string hCNNOBAHCBP_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string HCNNOBAHCBP {
get { return hCNNOBAHCBP_; }
set {
hCNNOBAHCBP_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as PLNNPHLOFHJ);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(PLNNPHLOFHJ other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!kADGADLOHFA_.Equals(other.kADGADLOHFA_)) return false;
if (GridFightCurGold != other.GridFightCurGold) return false;
if (ScoreId != other.ScoreId) return false;
if (HCNNOBAHCBP != other.HCNNOBAHCBP) 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;
hash ^= kADGADLOHFA_.GetHashCode();
if (GridFightCurGold != 0) hash ^= GridFightCurGold.GetHashCode();
if (ScoreId != 0) hash ^= ScoreId.GetHashCode();
if (HCNNOBAHCBP.Length != 0) hash ^= HCNNOBAHCBP.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
kADGADLOHFA_.WriteTo(output, _repeated_kADGADLOHFA_codec);
if (GridFightCurGold != 0) {
output.WriteRawTag(16);
output.WriteUInt32(GridFightCurGold);
}
if (ScoreId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(ScoreId);
}
if (HCNNOBAHCBP.Length != 0) {
output.WriteRawTag(34);
output.WriteString(HCNNOBAHCBP);
}
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) {
kADGADLOHFA_.WriteTo(ref output, _repeated_kADGADLOHFA_codec);
if (GridFightCurGold != 0) {
output.WriteRawTag(16);
output.WriteUInt32(GridFightCurGold);
}
if (ScoreId != 0) {
output.WriteRawTag(24);
output.WriteUInt32(ScoreId);
}
if (HCNNOBAHCBP.Length != 0) {
output.WriteRawTag(34);
output.WriteString(HCNNOBAHCBP);
}
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;
size += kADGADLOHFA_.CalculateSize(_repeated_kADGADLOHFA_codec);
if (GridFightCurGold != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GridFightCurGold);
}
if (ScoreId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
}
if (HCNNOBAHCBP.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(HCNNOBAHCBP);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(PLNNPHLOFHJ other) {
if (other == null) {
return;
}
kADGADLOHFA_.Add(other.kADGADLOHFA_);
if (other.GridFightCurGold != 0) {
GridFightCurGold = other.GridFightCurGold;
}
if (other.ScoreId != 0) {
ScoreId = other.ScoreId;
}
if (other.HCNNOBAHCBP.Length != 0) {
HCNNOBAHCBP = other.HCNNOBAHCBP;
}
_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 10:
case 8: {
kADGADLOHFA_.AddEntriesFrom(input, _repeated_kADGADLOHFA_codec);
break;
}
case 16: {
GridFightCurGold = input.ReadUInt32();
break;
}
case 24: {
ScoreId = input.ReadUInt32();
break;
}
case 34: {
HCNNOBAHCBP = input.ReadString();
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 10:
case 8: {
kADGADLOHFA_.AddEntriesFrom(ref input, _repeated_kADGADLOHFA_codec);
break;
}
case 16: {
GridFightCurGold = input.ReadUInt32();
break;
}
case 24: {
ScoreId = input.ReadUInt32();
break;
}
case 34: {
HCNNOBAHCBP = input.ReadString();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code