Files
DanhengServer-OpenSource/Proto/PHHKPJJDLDJ.cs
StopWuyu 5382b58874 Pam Skin
2024-10-27 15:47:59 +08:00

347 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: PHHKPJJDLDJ.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 PHHKPJJDLDJ.proto</summary>
public static partial class PHHKPJJDLDJReflection {
#region Descriptor
/// <summary>File descriptor for PHHKPJJDLDJ.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static PHHKPJJDLDJReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFQSEhLUEpKRExESi5wcm90byJdCgtQSEhLUEpKRExEShISCgpkdXJhYmls",
"aXR5GA0gASgNEhMKC0pEQktNQUFDTU1LGAMgASgNEhAKCHBhbmVsX2lkGAIg",
"ASgNEhMKC09LQ1BIRk9OQkhJGA8gASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PHHKPJJDLDJ), global::EggLink.DanhengServer.Proto.PHHKPJJDLDJ.Parser, new[]{ "Durability", "JDBKMAACMMK", "PanelId", "OKCPHFONBHI" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class PHHKPJJDLDJ : pb::IMessage<PHHKPJJDLDJ>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<PHHKPJJDLDJ> _parser = new pb::MessageParser<PHHKPJJDLDJ>(() => new PHHKPJJDLDJ());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<PHHKPJJDLDJ> 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.PHHKPJJDLDJReflection.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 PHHKPJJDLDJ() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PHHKPJJDLDJ(PHHKPJJDLDJ other) : this() {
durability_ = other.durability_;
jDBKMAACMMK_ = other.jDBKMAACMMK_;
panelId_ = other.panelId_;
oKCPHFONBHI_ = other.oKCPHFONBHI_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PHHKPJJDLDJ Clone() {
return new PHHKPJJDLDJ(this);
}
/// <summary>Field number for the "durability" field.</summary>
public const int DurabilityFieldNumber = 13;
private uint durability_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Durability {
get { return durability_; }
set {
durability_ = value;
}
}
/// <summary>Field number for the "JDBKMAACMMK" field.</summary>
public const int JDBKMAACMMKFieldNumber = 3;
private uint jDBKMAACMMK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JDBKMAACMMK {
get { return jDBKMAACMMK_; }
set {
jDBKMAACMMK_ = value;
}
}
/// <summary>Field number for the "panel_id" field.</summary>
public const int PanelIdFieldNumber = 2;
private uint panelId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PanelId {
get { return panelId_; }
set {
panelId_ = value;
}
}
/// <summary>Field number for the "OKCPHFONBHI" field.</summary>
public const int OKCPHFONBHIFieldNumber = 15;
private uint oKCPHFONBHI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OKCPHFONBHI {
get { return oKCPHFONBHI_; }
set {
oKCPHFONBHI_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as PHHKPJJDLDJ);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(PHHKPJJDLDJ other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Durability != other.Durability) return false;
if (JDBKMAACMMK != other.JDBKMAACMMK) return false;
if (PanelId != other.PanelId) return false;
if (OKCPHFONBHI != other.OKCPHFONBHI) 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 (Durability != 0) hash ^= Durability.GetHashCode();
if (JDBKMAACMMK != 0) hash ^= JDBKMAACMMK.GetHashCode();
if (PanelId != 0) hash ^= PanelId.GetHashCode();
if (OKCPHFONBHI != 0) hash ^= OKCPHFONBHI.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 (PanelId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(PanelId);
}
if (JDBKMAACMMK != 0) {
output.WriteRawTag(24);
output.WriteUInt32(JDBKMAACMMK);
}
if (Durability != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Durability);
}
if (OKCPHFONBHI != 0) {
output.WriteRawTag(120);
output.WriteUInt32(OKCPHFONBHI);
}
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 (PanelId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(PanelId);
}
if (JDBKMAACMMK != 0) {
output.WriteRawTag(24);
output.WriteUInt32(JDBKMAACMMK);
}
if (Durability != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Durability);
}
if (OKCPHFONBHI != 0) {
output.WriteRawTag(120);
output.WriteUInt32(OKCPHFONBHI);
}
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 (Durability != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Durability);
}
if (JDBKMAACMMK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JDBKMAACMMK);
}
if (PanelId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PanelId);
}
if (OKCPHFONBHI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OKCPHFONBHI);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(PHHKPJJDLDJ other) {
if (other == null) {
return;
}
if (other.Durability != 0) {
Durability = other.Durability;
}
if (other.JDBKMAACMMK != 0) {
JDBKMAACMMK = other.JDBKMAACMMK;
}
if (other.PanelId != 0) {
PanelId = other.PanelId;
}
if (other.OKCPHFONBHI != 0) {
OKCPHFONBHI = other.OKCPHFONBHI;
}
_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: {
PanelId = input.ReadUInt32();
break;
}
case 24: {
JDBKMAACMMK = input.ReadUInt32();
break;
}
case 104: {
Durability = input.ReadUInt32();
break;
}
case 120: {
OKCPHFONBHI = 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: {
PanelId = input.ReadUInt32();
break;
}
case 24: {
JDBKMAACMMK = input.ReadUInt32();
break;
}
case 104: {
Durability = input.ReadUInt32();
break;
}
case 120: {
OKCPHFONBHI = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code