mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 12:16:03 +08:00
374 lines
13 KiB
C#
374 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: MJKIBJLOBKD.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 MJKIBJLOBKD.proto</summary>
|
|
public static partial class MJKIBJLOBKDReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for MJKIBJLOBKD.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static MJKIBJLOBKDReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFNSktJQkpMT0JLRC5wcm90bxoRS1BLS0tKUEpDUEMucHJvdG8iegoLTUpL",
|
|
"SUJKTE9CS0QSDAoEd2F2ZRgBIAEoDRIQCghzY29yZV9pZBgCIAEoDRITCgtE",
|
|
"Q0hJT0xCRktKThgDIAEoDRIhCgtCSEpLTUhNT0VBSxgEIAMoCzIMLktQS0tL",
|
|
"SlBKQ1BDEhMKC0hHRkxQRU5LSUlJGAUgASgCQh6qAhtFZ2dMaW5rLkRhbmhl",
|
|
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KPKKKJPJCPCReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MJKIBJLOBKD), global::EggLink.DanhengServer.Proto.MJKIBJLOBKD.Parser, new[]{ "Wave", "ScoreId", "DCHIOLBFKJN", "BHJKMHMOEAK", "HGFLPENKIII" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class MJKIBJLOBKD : pb::IMessage<MJKIBJLOBKD>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<MJKIBJLOBKD> _parser = new pb::MessageParser<MJKIBJLOBKD>(() => new MJKIBJLOBKD());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<MJKIBJLOBKD> 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.MJKIBJLOBKDReflection.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 MJKIBJLOBKD() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MJKIBJLOBKD(MJKIBJLOBKD other) : this() {
|
|
wave_ = other.wave_;
|
|
scoreId_ = other.scoreId_;
|
|
dCHIOLBFKJN_ = other.dCHIOLBFKJN_;
|
|
bHJKMHMOEAK_ = other.bHJKMHMOEAK_.Clone();
|
|
hGFLPENKIII_ = other.hGFLPENKIII_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MJKIBJLOBKD Clone() {
|
|
return new MJKIBJLOBKD(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "wave" field.</summary>
|
|
public const int WaveFieldNumber = 1;
|
|
private uint wave_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Wave {
|
|
get { return wave_; }
|
|
set {
|
|
wave_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "score_id" field.</summary>
|
|
public const int ScoreIdFieldNumber = 2;
|
|
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 "DCHIOLBFKJN" field.</summary>
|
|
public const int DCHIOLBFKJNFieldNumber = 3;
|
|
private uint dCHIOLBFKJN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DCHIOLBFKJN {
|
|
get { return dCHIOLBFKJN_; }
|
|
set {
|
|
dCHIOLBFKJN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BHJKMHMOEAK" field.</summary>
|
|
public const int BHJKMHMOEAKFieldNumber = 4;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.KPKKKJPJCPC> _repeated_bHJKMHMOEAK_codec
|
|
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.KPKKKJPJCPC.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KPKKKJPJCPC> bHJKMHMOEAK_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KPKKKJPJCPC>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KPKKKJPJCPC> BHJKMHMOEAK {
|
|
get { return bHJKMHMOEAK_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "HGFLPENKIII" field.</summary>
|
|
public const int HGFLPENKIIIFieldNumber = 5;
|
|
private float hGFLPENKIII_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public float HGFLPENKIII {
|
|
get { return hGFLPENKIII_; }
|
|
set {
|
|
hGFLPENKIII_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as MJKIBJLOBKD);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(MJKIBJLOBKD other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Wave != other.Wave) return false;
|
|
if (ScoreId != other.ScoreId) return false;
|
|
if (DCHIOLBFKJN != other.DCHIOLBFKJN) return false;
|
|
if(!bHJKMHMOEAK_.Equals(other.bHJKMHMOEAK_)) return false;
|
|
if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(HGFLPENKIII, other.HGFLPENKIII)) 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 (Wave != 0) hash ^= Wave.GetHashCode();
|
|
if (ScoreId != 0) hash ^= ScoreId.GetHashCode();
|
|
if (DCHIOLBFKJN != 0) hash ^= DCHIOLBFKJN.GetHashCode();
|
|
hash ^= bHJKMHMOEAK_.GetHashCode();
|
|
if (HGFLPENKIII != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(HGFLPENKIII);
|
|
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 (Wave != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(Wave);
|
|
}
|
|
if (ScoreId != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(ScoreId);
|
|
}
|
|
if (DCHIOLBFKJN != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(DCHIOLBFKJN);
|
|
}
|
|
bHJKMHMOEAK_.WriteTo(output, _repeated_bHJKMHMOEAK_codec);
|
|
if (HGFLPENKIII != 0F) {
|
|
output.WriteRawTag(45);
|
|
output.WriteFloat(HGFLPENKIII);
|
|
}
|
|
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 (Wave != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(Wave);
|
|
}
|
|
if (ScoreId != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(ScoreId);
|
|
}
|
|
if (DCHIOLBFKJN != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(DCHIOLBFKJN);
|
|
}
|
|
bHJKMHMOEAK_.WriteTo(ref output, _repeated_bHJKMHMOEAK_codec);
|
|
if (HGFLPENKIII != 0F) {
|
|
output.WriteRawTag(45);
|
|
output.WriteFloat(HGFLPENKIII);
|
|
}
|
|
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 (Wave != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Wave);
|
|
}
|
|
if (ScoreId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
|
|
}
|
|
if (DCHIOLBFKJN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DCHIOLBFKJN);
|
|
}
|
|
size += bHJKMHMOEAK_.CalculateSize(_repeated_bHJKMHMOEAK_codec);
|
|
if (HGFLPENKIII != 0F) {
|
|
size += 1 + 4;
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(MJKIBJLOBKD other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Wave != 0) {
|
|
Wave = other.Wave;
|
|
}
|
|
if (other.ScoreId != 0) {
|
|
ScoreId = other.ScoreId;
|
|
}
|
|
if (other.DCHIOLBFKJN != 0) {
|
|
DCHIOLBFKJN = other.DCHIOLBFKJN;
|
|
}
|
|
bHJKMHMOEAK_.Add(other.bHJKMHMOEAK_);
|
|
if (other.HGFLPENKIII != 0F) {
|
|
HGFLPENKIII = other.HGFLPENKIII;
|
|
}
|
|
_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: {
|
|
Wave = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
ScoreId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
DCHIOLBFKJN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
bHJKMHMOEAK_.AddEntriesFrom(input, _repeated_bHJKMHMOEAK_codec);
|
|
break;
|
|
}
|
|
case 45: {
|
|
HGFLPENKIII = input.ReadFloat();
|
|
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: {
|
|
Wave = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
ScoreId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
DCHIOLBFKJN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
bHJKMHMOEAK_.AddEntriesFrom(ref input, _repeated_bHJKMHMOEAK_codec);
|
|
break;
|
|
}
|
|
case 45: {
|
|
HGFLPENKIII = input.ReadFloat();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|