mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
301 lines
12 KiB
C#
301 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: TrainPartyEvent.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 TrainPartyEvent.proto</summary>
|
|
public static partial class TrainPartyEventReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for TrainPartyEvent.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static TrainPartyEventReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChVUcmFpblBhcnR5RXZlbnQucHJvdG8aGVRyYWluUGFydHlFdmVudFR5cGUu",
|
|
"cHJvdG8aFlRyYWluUGFydHlPcHRpb24ucHJvdG8idQoPVHJhaW5QYXJ0eUV2",
|
|
"ZW50EhAKCGV2ZW50X2lkGAQgASgNEigKCmV2ZW50X3R5cGUYAyABKA4yFC5U",
|
|
"cmFpblBhcnR5RXZlbnRUeXBlEiYKC29wdGlvbl9saXN0GAkgAygLMhEuVHJh",
|
|
"aW5QYXJ0eU9wdGlvbkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
|
|
"YgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.TrainPartyEventTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.TrainPartyOptionReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TrainPartyEvent), global::EggLink.DanhengServer.Proto.TrainPartyEvent.Parser, new[]{ "EventId", "EventType", "OptionList" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class TrainPartyEvent : pb::IMessage<TrainPartyEvent>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<TrainPartyEvent> _parser = new pb::MessageParser<TrainPartyEvent>(() => new TrainPartyEvent());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<TrainPartyEvent> 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.TrainPartyEventReflection.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 TrainPartyEvent() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public TrainPartyEvent(TrainPartyEvent other) : this() {
|
|
eventId_ = other.eventId_;
|
|
eventType_ = other.eventType_;
|
|
optionList_ = other.optionList_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public TrainPartyEvent Clone() {
|
|
return new TrainPartyEvent(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "event_id" field.</summary>
|
|
public const int EventIdFieldNumber = 4;
|
|
private uint eventId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EventId {
|
|
get { return eventId_; }
|
|
set {
|
|
eventId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "event_type" field.</summary>
|
|
public const int EventTypeFieldNumber = 3;
|
|
private global::EggLink.DanhengServer.Proto.TrainPartyEventType eventType_ = global::EggLink.DanhengServer.Proto.TrainPartyEventType.KDialogueEventNone;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.TrainPartyEventType EventType {
|
|
get { return eventType_; }
|
|
set {
|
|
eventType_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "option_list" field.</summary>
|
|
public const int OptionListFieldNumber = 9;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.TrainPartyOption> _repeated_optionList_codec
|
|
= pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.TrainPartyOption.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.TrainPartyOption> optionList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.TrainPartyOption>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.TrainPartyOption> OptionList {
|
|
get { return optionList_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as TrainPartyEvent);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(TrainPartyEvent other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (EventId != other.EventId) return false;
|
|
if (EventType != other.EventType) return false;
|
|
if(!optionList_.Equals(other.optionList_)) 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 (EventId != 0) hash ^= EventId.GetHashCode();
|
|
if (EventType != global::EggLink.DanhengServer.Proto.TrainPartyEventType.KDialogueEventNone) hash ^= EventType.GetHashCode();
|
|
hash ^= optionList_.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 (EventType != global::EggLink.DanhengServer.Proto.TrainPartyEventType.KDialogueEventNone) {
|
|
output.WriteRawTag(24);
|
|
output.WriteEnum((int) EventType);
|
|
}
|
|
if (EventId != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(EventId);
|
|
}
|
|
optionList_.WriteTo(output, _repeated_optionList_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 (EventType != global::EggLink.DanhengServer.Proto.TrainPartyEventType.KDialogueEventNone) {
|
|
output.WriteRawTag(24);
|
|
output.WriteEnum((int) EventType);
|
|
}
|
|
if (EventId != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(EventId);
|
|
}
|
|
optionList_.WriteTo(ref output, _repeated_optionList_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 (EventId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventId);
|
|
}
|
|
if (EventType != global::EggLink.DanhengServer.Proto.TrainPartyEventType.KDialogueEventNone) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EventType);
|
|
}
|
|
size += optionList_.CalculateSize(_repeated_optionList_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(TrainPartyEvent other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.EventId != 0) {
|
|
EventId = other.EventId;
|
|
}
|
|
if (other.EventType != global::EggLink.DanhengServer.Proto.TrainPartyEventType.KDialogueEventNone) {
|
|
EventType = other.EventType;
|
|
}
|
|
optionList_.Add(other.optionList_);
|
|
_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 24: {
|
|
EventType = (global::EggLink.DanhengServer.Proto.TrainPartyEventType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 32: {
|
|
EventId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
optionList_.AddEntriesFrom(input, _repeated_optionList_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 24: {
|
|
EventType = (global::EggLink.DanhengServer.Proto.TrainPartyEventType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 32: {
|
|
EventId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
optionList_.AddEntriesFrom(ref input, _repeated_optionList_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|