mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36: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: GGBKOOIMDBG.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 GGBKOOIMDBG.proto</summary>
|
|
public static partial class GGBKOOIMDBGReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GGBKOOIMDBG.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GGBKOOIMDBGReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFHR0JLT09JTURCRy5wcm90bxoRQUFPRVBNS1BOT0sucHJvdG8iegoLR0dC",
|
|
"S09PSU1EQkcSDAoEd2F2ZRgBIAEoDRIQCghzY29yZV9pZBgCIAEoDRITCgtG",
|
|
"S0JGSEZJRUNORhgDIAEoDRIhCgtMT0dBSkxMRVBHQxgEIAMoCzIMLkFBT0VQ",
|
|
"TUtQTk9LEhMKC0tNTkxIT0dNSUZEGAUgASgCQh6qAhtFZ2dMaW5rLkRhbmhl",
|
|
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AAOEPMKPNOKReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GGBKOOIMDBG), global::EggLink.DanhengServer.Proto.GGBKOOIMDBG.Parser, new[]{ "Wave", "ScoreId", "FKBFHFIECNF", "LOGAJLLEPGC", "KMNLHOGMIFD" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class GGBKOOIMDBG : pb::IMessage<GGBKOOIMDBG>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<GGBKOOIMDBG> _parser = new pb::MessageParser<GGBKOOIMDBG>(() => new GGBKOOIMDBG());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<GGBKOOIMDBG> 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.GGBKOOIMDBGReflection.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 GGBKOOIMDBG() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GGBKOOIMDBG(GGBKOOIMDBG other) : this() {
|
|
wave_ = other.wave_;
|
|
scoreId_ = other.scoreId_;
|
|
fKBFHFIECNF_ = other.fKBFHFIECNF_;
|
|
lOGAJLLEPGC_ = other.lOGAJLLEPGC_.Clone();
|
|
kMNLHOGMIFD_ = other.kMNLHOGMIFD_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GGBKOOIMDBG Clone() {
|
|
return new GGBKOOIMDBG(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 "FKBFHFIECNF" field.</summary>
|
|
public const int FKBFHFIECNFFieldNumber = 3;
|
|
private uint fKBFHFIECNF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FKBFHFIECNF {
|
|
get { return fKBFHFIECNF_; }
|
|
set {
|
|
fKBFHFIECNF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LOGAJLLEPGC" field.</summary>
|
|
public const int LOGAJLLEPGCFieldNumber = 4;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.AAOEPMKPNOK> _repeated_lOGAJLLEPGC_codec
|
|
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.AAOEPMKPNOK.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AAOEPMKPNOK> lOGAJLLEPGC_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AAOEPMKPNOK>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AAOEPMKPNOK> LOGAJLLEPGC {
|
|
get { return lOGAJLLEPGC_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "KMNLHOGMIFD" field.</summary>
|
|
public const int KMNLHOGMIFDFieldNumber = 5;
|
|
private float kMNLHOGMIFD_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public float KMNLHOGMIFD {
|
|
get { return kMNLHOGMIFD_; }
|
|
set {
|
|
kMNLHOGMIFD_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as GGBKOOIMDBG);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(GGBKOOIMDBG 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 (FKBFHFIECNF != other.FKBFHFIECNF) return false;
|
|
if(!lOGAJLLEPGC_.Equals(other.lOGAJLLEPGC_)) return false;
|
|
if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(KMNLHOGMIFD, other.KMNLHOGMIFD)) 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 (FKBFHFIECNF != 0) hash ^= FKBFHFIECNF.GetHashCode();
|
|
hash ^= lOGAJLLEPGC_.GetHashCode();
|
|
if (KMNLHOGMIFD != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(KMNLHOGMIFD);
|
|
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 (FKBFHFIECNF != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(FKBFHFIECNF);
|
|
}
|
|
lOGAJLLEPGC_.WriteTo(output, _repeated_lOGAJLLEPGC_codec);
|
|
if (KMNLHOGMIFD != 0F) {
|
|
output.WriteRawTag(45);
|
|
output.WriteFloat(KMNLHOGMIFD);
|
|
}
|
|
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 (FKBFHFIECNF != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(FKBFHFIECNF);
|
|
}
|
|
lOGAJLLEPGC_.WriteTo(ref output, _repeated_lOGAJLLEPGC_codec);
|
|
if (KMNLHOGMIFD != 0F) {
|
|
output.WriteRawTag(45);
|
|
output.WriteFloat(KMNLHOGMIFD);
|
|
}
|
|
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 (FKBFHFIECNF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FKBFHFIECNF);
|
|
}
|
|
size += lOGAJLLEPGC_.CalculateSize(_repeated_lOGAJLLEPGC_codec);
|
|
if (KMNLHOGMIFD != 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(GGBKOOIMDBG other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Wave != 0) {
|
|
Wave = other.Wave;
|
|
}
|
|
if (other.ScoreId != 0) {
|
|
ScoreId = other.ScoreId;
|
|
}
|
|
if (other.FKBFHFIECNF != 0) {
|
|
FKBFHFIECNF = other.FKBFHFIECNF;
|
|
}
|
|
lOGAJLLEPGC_.Add(other.lOGAJLLEPGC_);
|
|
if (other.KMNLHOGMIFD != 0F) {
|
|
KMNLHOGMIFD = other.KMNLHOGMIFD;
|
|
}
|
|
_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: {
|
|
FKBFHFIECNF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
lOGAJLLEPGC_.AddEntriesFrom(input, _repeated_lOGAJLLEPGC_codec);
|
|
break;
|
|
}
|
|
case 45: {
|
|
KMNLHOGMIFD = 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: {
|
|
FKBFHFIECNF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
lOGAJLLEPGC_.AddEntriesFrom(ref input, _repeated_lOGAJLLEPGC_codec);
|
|
break;
|
|
}
|
|
case 45: {
|
|
KMNLHOGMIFD = input.ReadFloat();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|