mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
329 lines
12 KiB
C#
329 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ECIGNEGEAIH.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 ECIGNEGEAIH.proto</summary>
|
|
public static partial class ECIGNEGEAIHReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ECIGNEGEAIH.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ECIGNEGEAIHReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFFQ0lHTkVHRUFJSC5wcm90byJoCgtFQ0lHTkVHRUFJSBIaChJnYW1lX3N0",
|
|
"b3J5X2xpbmVfaWQYByABKA0SEwoLSkFGTE9MTEZORE8YBiABKA0SEwoLTU9P",
|
|
"SE5DSE9QTkgYAyADKA0SEwoLSENNSktGRUFBRFAYCyADKA1CHqoCG0VnZ0xp",
|
|
"bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ECIGNEGEAIH), global::EggLink.DanhengServer.Proto.ECIGNEGEAIH.Parser, new[]{ "GameStoryLineId", "JAFLOLLFNDO", "MOOHNCHOPNH", "HCMJKFEAADP" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ECIGNEGEAIH : pb::IMessage<ECIGNEGEAIH>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ECIGNEGEAIH> _parser = new pb::MessageParser<ECIGNEGEAIH>(() => new ECIGNEGEAIH());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ECIGNEGEAIH> 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.ECIGNEGEAIHReflection.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 ECIGNEGEAIH() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ECIGNEGEAIH(ECIGNEGEAIH other) : this() {
|
|
gameStoryLineId_ = other.gameStoryLineId_;
|
|
jAFLOLLFNDO_ = other.jAFLOLLFNDO_;
|
|
mOOHNCHOPNH_ = other.mOOHNCHOPNH_.Clone();
|
|
hCMJKFEAADP_ = other.hCMJKFEAADP_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ECIGNEGEAIH Clone() {
|
|
return new ECIGNEGEAIH(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "game_story_line_id" field.</summary>
|
|
public const int GameStoryLineIdFieldNumber = 7;
|
|
private uint gameStoryLineId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GameStoryLineId {
|
|
get { return gameStoryLineId_; }
|
|
set {
|
|
gameStoryLineId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JAFLOLLFNDO" field.</summary>
|
|
public const int JAFLOLLFNDOFieldNumber = 6;
|
|
private uint jAFLOLLFNDO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint JAFLOLLFNDO {
|
|
get { return jAFLOLLFNDO_; }
|
|
set {
|
|
jAFLOLLFNDO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MOOHNCHOPNH" field.</summary>
|
|
public const int MOOHNCHOPNHFieldNumber = 3;
|
|
private static readonly pb::FieldCodec<uint> _repeated_mOOHNCHOPNH_codec
|
|
= pb::FieldCodec.ForUInt32(26);
|
|
private readonly pbc::RepeatedField<uint> mOOHNCHOPNH_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> MOOHNCHOPNH {
|
|
get { return mOOHNCHOPNH_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "HCMJKFEAADP" field.</summary>
|
|
public const int HCMJKFEAADPFieldNumber = 11;
|
|
private static readonly pb::FieldCodec<uint> _repeated_hCMJKFEAADP_codec
|
|
= pb::FieldCodec.ForUInt32(90);
|
|
private readonly pbc::RepeatedField<uint> hCMJKFEAADP_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> HCMJKFEAADP {
|
|
get { return hCMJKFEAADP_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ECIGNEGEAIH);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ECIGNEGEAIH other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (GameStoryLineId != other.GameStoryLineId) return false;
|
|
if (JAFLOLLFNDO != other.JAFLOLLFNDO) return false;
|
|
if(!mOOHNCHOPNH_.Equals(other.mOOHNCHOPNH_)) return false;
|
|
if(!hCMJKFEAADP_.Equals(other.hCMJKFEAADP_)) 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 (GameStoryLineId != 0) hash ^= GameStoryLineId.GetHashCode();
|
|
if (JAFLOLLFNDO != 0) hash ^= JAFLOLLFNDO.GetHashCode();
|
|
hash ^= mOOHNCHOPNH_.GetHashCode();
|
|
hash ^= hCMJKFEAADP_.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
|
|
mOOHNCHOPNH_.WriteTo(output, _repeated_mOOHNCHOPNH_codec);
|
|
if (JAFLOLLFNDO != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(JAFLOLLFNDO);
|
|
}
|
|
if (GameStoryLineId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(GameStoryLineId);
|
|
}
|
|
hCMJKFEAADP_.WriteTo(output, _repeated_hCMJKFEAADP_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) {
|
|
mOOHNCHOPNH_.WriteTo(ref output, _repeated_mOOHNCHOPNH_codec);
|
|
if (JAFLOLLFNDO != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(JAFLOLLFNDO);
|
|
}
|
|
if (GameStoryLineId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(GameStoryLineId);
|
|
}
|
|
hCMJKFEAADP_.WriteTo(ref output, _repeated_hCMJKFEAADP_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;
|
|
if (GameStoryLineId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GameStoryLineId);
|
|
}
|
|
if (JAFLOLLFNDO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JAFLOLLFNDO);
|
|
}
|
|
size += mOOHNCHOPNH_.CalculateSize(_repeated_mOOHNCHOPNH_codec);
|
|
size += hCMJKFEAADP_.CalculateSize(_repeated_hCMJKFEAADP_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ECIGNEGEAIH other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.GameStoryLineId != 0) {
|
|
GameStoryLineId = other.GameStoryLineId;
|
|
}
|
|
if (other.JAFLOLLFNDO != 0) {
|
|
JAFLOLLFNDO = other.JAFLOLLFNDO;
|
|
}
|
|
mOOHNCHOPNH_.Add(other.mOOHNCHOPNH_);
|
|
hCMJKFEAADP_.Add(other.hCMJKFEAADP_);
|
|
_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 26:
|
|
case 24: {
|
|
mOOHNCHOPNH_.AddEntriesFrom(input, _repeated_mOOHNCHOPNH_codec);
|
|
break;
|
|
}
|
|
case 48: {
|
|
JAFLOLLFNDO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
GameStoryLineId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 90:
|
|
case 88: {
|
|
hCMJKFEAADP_.AddEntriesFrom(input, _repeated_hCMJKFEAADP_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 26:
|
|
case 24: {
|
|
mOOHNCHOPNH_.AddEntriesFrom(ref input, _repeated_mOOHNCHOPNH_codec);
|
|
break;
|
|
}
|
|
case 48: {
|
|
JAFLOLLFNDO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
GameStoryLineId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 90:
|
|
case 88: {
|
|
hCMJKFEAADP_.AddEntriesFrom(ref input, _repeated_hCMJKFEAADP_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|