Files
DanhengServer-OpenSource/Common/Proto/PlayerReturnMultiDropData.cs
2024-03-15 22:12:14 +08:00

348 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: PlayerReturnMultiDropData.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 PlayerReturnMultiDropData.proto</summary>
public static partial class PlayerReturnMultiDropDataReflection {
#region Descriptor
/// <summary>File descriptor for PlayerReturnMultiDropData.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static PlayerReturnMultiDropDataReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9QbGF5ZXJSZXR1cm5NdWx0aURyb3BEYXRhLnByb3RvImwKGVBsYXllclJl",
"dHVybk11bHRpRHJvcERhdGESEwoLTkZGQ01MR0lFQ0QYDiABKA0SEwoLT1BI",
"Qk5LRUpOQU8YCSABKA0SEAoIcGFuZWxfaWQYDSABKA0SEwoLSUxMT0pQSURH",
"R0cYByABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
"dG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerReturnMultiDropData), global::EggLink.DanhengServer.Proto.PlayerReturnMultiDropData.Parser, new[]{ "NFFCMLGIECD", "OPHBNKEJNAO", "PanelId", "ILLOJPIDGGG" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class PlayerReturnMultiDropData : pb::IMessage<PlayerReturnMultiDropData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<PlayerReturnMultiDropData> _parser = new pb::MessageParser<PlayerReturnMultiDropData>(() => new PlayerReturnMultiDropData());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<PlayerReturnMultiDropData> 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.PlayerReturnMultiDropDataReflection.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 PlayerReturnMultiDropData() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PlayerReturnMultiDropData(PlayerReturnMultiDropData other) : this() {
nFFCMLGIECD_ = other.nFFCMLGIECD_;
oPHBNKEJNAO_ = other.oPHBNKEJNAO_;
panelId_ = other.panelId_;
iLLOJPIDGGG_ = other.iLLOJPIDGGG_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PlayerReturnMultiDropData Clone() {
return new PlayerReturnMultiDropData(this);
}
/// <summary>Field number for the "NFFCMLGIECD" field.</summary>
public const int NFFCMLGIECDFieldNumber = 14;
private uint nFFCMLGIECD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NFFCMLGIECD {
get { return nFFCMLGIECD_; }
set {
nFFCMLGIECD_ = value;
}
}
/// <summary>Field number for the "OPHBNKEJNAO" field.</summary>
public const int OPHBNKEJNAOFieldNumber = 9;
private uint oPHBNKEJNAO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OPHBNKEJNAO {
get { return oPHBNKEJNAO_; }
set {
oPHBNKEJNAO_ = value;
}
}
/// <summary>Field number for the "panel_id" field.</summary>
public const int PanelIdFieldNumber = 13;
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 "ILLOJPIDGGG" field.</summary>
public const int ILLOJPIDGGGFieldNumber = 7;
private uint iLLOJPIDGGG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ILLOJPIDGGG {
get { return iLLOJPIDGGG_; }
set {
iLLOJPIDGGG_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as PlayerReturnMultiDropData);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(PlayerReturnMultiDropData other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (NFFCMLGIECD != other.NFFCMLGIECD) return false;
if (OPHBNKEJNAO != other.OPHBNKEJNAO) return false;
if (PanelId != other.PanelId) return false;
if (ILLOJPIDGGG != other.ILLOJPIDGGG) 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 (NFFCMLGIECD != 0) hash ^= NFFCMLGIECD.GetHashCode();
if (OPHBNKEJNAO != 0) hash ^= OPHBNKEJNAO.GetHashCode();
if (PanelId != 0) hash ^= PanelId.GetHashCode();
if (ILLOJPIDGGG != 0) hash ^= ILLOJPIDGGG.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 (ILLOJPIDGGG != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ILLOJPIDGGG);
}
if (OPHBNKEJNAO != 0) {
output.WriteRawTag(72);
output.WriteUInt32(OPHBNKEJNAO);
}
if (PanelId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(PanelId);
}
if (NFFCMLGIECD != 0) {
output.WriteRawTag(112);
output.WriteUInt32(NFFCMLGIECD);
}
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 (ILLOJPIDGGG != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ILLOJPIDGGG);
}
if (OPHBNKEJNAO != 0) {
output.WriteRawTag(72);
output.WriteUInt32(OPHBNKEJNAO);
}
if (PanelId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(PanelId);
}
if (NFFCMLGIECD != 0) {
output.WriteRawTag(112);
output.WriteUInt32(NFFCMLGIECD);
}
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 (NFFCMLGIECD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NFFCMLGIECD);
}
if (OPHBNKEJNAO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OPHBNKEJNAO);
}
if (PanelId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PanelId);
}
if (ILLOJPIDGGG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ILLOJPIDGGG);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(PlayerReturnMultiDropData other) {
if (other == null) {
return;
}
if (other.NFFCMLGIECD != 0) {
NFFCMLGIECD = other.NFFCMLGIECD;
}
if (other.OPHBNKEJNAO != 0) {
OPHBNKEJNAO = other.OPHBNKEJNAO;
}
if (other.PanelId != 0) {
PanelId = other.PanelId;
}
if (other.ILLOJPIDGGG != 0) {
ILLOJPIDGGG = other.ILLOJPIDGGG;
}
_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 56: {
ILLOJPIDGGG = input.ReadUInt32();
break;
}
case 72: {
OPHBNKEJNAO = input.ReadUInt32();
break;
}
case 104: {
PanelId = input.ReadUInt32();
break;
}
case 112: {
NFFCMLGIECD = 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 56: {
ILLOJPIDGGG = input.ReadUInt32();
break;
}
case 72: {
OPHBNKEJNAO = input.ReadUInt32();
break;
}
case 104: {
PanelId = input.ReadUInt32();
break;
}
case 112: {
NFFCMLGIECD = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code