mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
404 lines
14 KiB
C#
404 lines
14 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ODOFJLOOIHF.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 ODOFJLOOIHF.proto</summary>
|
|
public static partial class ODOFJLOOIHFReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ODOFJLOOIHF.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ODOFJLOOIHFReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFPRE9GSkxPT0lIRi5wcm90byJ5CgtPRE9GSkxPT0lIRhITCgtGS0xHSUZM",
|
|
"R1BMTxgPIAMoDRILCgNleHAYBSABKA0SDQoFbGV2ZWwYCSABKA0SDwoHYWVv",
|
|
"bl9pZBgOIAEoDRITCgtGSk9JSkxISUlITxgIIAMoDRITCgtJTU1ER0pGSUFN",
|
|
"QxgMIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
|
"bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ODOFJLOOIHF), global::EggLink.DanhengServer.Proto.ODOFJLOOIHF.Parser, new[]{ "FKLGIFLGPLO", "Exp", "Level", "AeonId", "FJOIJLHIIHO", "IMMDGJFIAMC" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ODOFJLOOIHF : pb::IMessage<ODOFJLOOIHF>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ODOFJLOOIHF> _parser = new pb::MessageParser<ODOFJLOOIHF>(() => new ODOFJLOOIHF());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ODOFJLOOIHF> 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.ODOFJLOOIHFReflection.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 ODOFJLOOIHF() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ODOFJLOOIHF(ODOFJLOOIHF other) : this() {
|
|
fKLGIFLGPLO_ = other.fKLGIFLGPLO_.Clone();
|
|
exp_ = other.exp_;
|
|
level_ = other.level_;
|
|
aeonId_ = other.aeonId_;
|
|
fJOIJLHIIHO_ = other.fJOIJLHIIHO_.Clone();
|
|
iMMDGJFIAMC_ = other.iMMDGJFIAMC_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ODOFJLOOIHF Clone() {
|
|
return new ODOFJLOOIHF(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "FKLGIFLGPLO" field.</summary>
|
|
public const int FKLGIFLGPLOFieldNumber = 15;
|
|
private static readonly pb::FieldCodec<uint> _repeated_fKLGIFLGPLO_codec
|
|
= pb::FieldCodec.ForUInt32(122);
|
|
private readonly pbc::RepeatedField<uint> fKLGIFLGPLO_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> FKLGIFLGPLO {
|
|
get { return fKLGIFLGPLO_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "exp" field.</summary>
|
|
public const int ExpFieldNumber = 5;
|
|
private uint exp_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Exp {
|
|
get { return exp_; }
|
|
set {
|
|
exp_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "level" field.</summary>
|
|
public const int LevelFieldNumber = 9;
|
|
private uint level_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Level {
|
|
get { return level_; }
|
|
set {
|
|
level_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "aeon_id" field.</summary>
|
|
public const int AeonIdFieldNumber = 14;
|
|
private uint aeonId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint AeonId {
|
|
get { return aeonId_; }
|
|
set {
|
|
aeonId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FJOIJLHIIHO" field.</summary>
|
|
public const int FJOIJLHIIHOFieldNumber = 8;
|
|
private static readonly pb::FieldCodec<uint> _repeated_fJOIJLHIIHO_codec
|
|
= pb::FieldCodec.ForUInt32(66);
|
|
private readonly pbc::RepeatedField<uint> fJOIJLHIIHO_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> FJOIJLHIIHO {
|
|
get { return fJOIJLHIIHO_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "IMMDGJFIAMC" field.</summary>
|
|
public const int IMMDGJFIAMCFieldNumber = 12;
|
|
private uint iMMDGJFIAMC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint IMMDGJFIAMC {
|
|
get { return iMMDGJFIAMC_; }
|
|
set {
|
|
iMMDGJFIAMC_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ODOFJLOOIHF);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ODOFJLOOIHF other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if(!fKLGIFLGPLO_.Equals(other.fKLGIFLGPLO_)) return false;
|
|
if (Exp != other.Exp) return false;
|
|
if (Level != other.Level) return false;
|
|
if (AeonId != other.AeonId) return false;
|
|
if(!fJOIJLHIIHO_.Equals(other.fJOIJLHIIHO_)) return false;
|
|
if (IMMDGJFIAMC != other.IMMDGJFIAMC) 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 ^= fKLGIFLGPLO_.GetHashCode();
|
|
if (Exp != 0) hash ^= Exp.GetHashCode();
|
|
if (Level != 0) hash ^= Level.GetHashCode();
|
|
if (AeonId != 0) hash ^= AeonId.GetHashCode();
|
|
hash ^= fJOIJLHIIHO_.GetHashCode();
|
|
if (IMMDGJFIAMC != 0) hash ^= IMMDGJFIAMC.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 (Exp != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(Exp);
|
|
}
|
|
fJOIJLHIIHO_.WriteTo(output, _repeated_fJOIJLHIIHO_codec);
|
|
if (Level != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (IMMDGJFIAMC != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(IMMDGJFIAMC);
|
|
}
|
|
if (AeonId != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(AeonId);
|
|
}
|
|
fKLGIFLGPLO_.WriteTo(output, _repeated_fKLGIFLGPLO_codec);
|
|
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 (Exp != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(Exp);
|
|
}
|
|
fJOIJLHIIHO_.WriteTo(ref output, _repeated_fJOIJLHIIHO_codec);
|
|
if (Level != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (IMMDGJFIAMC != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(IMMDGJFIAMC);
|
|
}
|
|
if (AeonId != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(AeonId);
|
|
}
|
|
fKLGIFLGPLO_.WriteTo(ref output, _repeated_fKLGIFLGPLO_codec);
|
|
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 += fKLGIFLGPLO_.CalculateSize(_repeated_fKLGIFLGPLO_codec);
|
|
if (Exp != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp);
|
|
}
|
|
if (Level != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
|
|
}
|
|
if (AeonId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AeonId);
|
|
}
|
|
size += fJOIJLHIIHO_.CalculateSize(_repeated_fJOIJLHIIHO_codec);
|
|
if (IMMDGJFIAMC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IMMDGJFIAMC);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ODOFJLOOIHF other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
fKLGIFLGPLO_.Add(other.fKLGIFLGPLO_);
|
|
if (other.Exp != 0) {
|
|
Exp = other.Exp;
|
|
}
|
|
if (other.Level != 0) {
|
|
Level = other.Level;
|
|
}
|
|
if (other.AeonId != 0) {
|
|
AeonId = other.AeonId;
|
|
}
|
|
fJOIJLHIIHO_.Add(other.fJOIJLHIIHO_);
|
|
if (other.IMMDGJFIAMC != 0) {
|
|
IMMDGJFIAMC = other.IMMDGJFIAMC;
|
|
}
|
|
_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 40: {
|
|
Exp = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 66:
|
|
case 64: {
|
|
fJOIJLHIIHO_.AddEntriesFrom(input, _repeated_fJOIJLHIIHO_codec);
|
|
break;
|
|
}
|
|
case 72: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
IMMDGJFIAMC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
AeonId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122:
|
|
case 120: {
|
|
fKLGIFLGPLO_.AddEntriesFrom(input, _repeated_fKLGIFLGPLO_codec);
|
|
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 40: {
|
|
Exp = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 66:
|
|
case 64: {
|
|
fJOIJLHIIHO_.AddEntriesFrom(ref input, _repeated_fJOIJLHIIHO_codec);
|
|
break;
|
|
}
|
|
case 72: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
IMMDGJFIAMC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
AeonId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122:
|
|
case 120: {
|
|
fKLGIFLGPLO_.AddEntriesFrom(ref input, _repeated_fKLGIFLGPLO_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|