mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
349 lines
13 KiB
C#
349 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ChangeStoryLineFinishScNotify.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 ChangeStoryLineFinishScNotify.proto</summary>
|
|
public static partial class ChangeStoryLineFinishScNotifyReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ChangeStoryLineFinishScNotify.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ChangeStoryLineFinishScNotifyReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiNDaGFuZ2VTdG9yeUxpbmVGaW5pc2hTY05vdGlmeS5wcm90bxobQ2hhbmdl",
|
|
"U3RvcnlMaW5lQWN0aW9uLnByb3RvIowBCh1DaGFuZ2VTdG9yeUxpbmVGaW5p",
|
|
"c2hTY05vdGlmeRImCgZhY3Rpb24YBCABKA4yFi5DaGFuZ2VTdG9yeUxpbmVB",
|
|
"Y3Rpb24SGQoRY3VyX3N0b3J5X2xpbmVfaWQYDSABKA0SEwoLS09PQ0NFSUdI",
|
|
"TUEYBSABKAgSEwoLS0lES0hKRUNKTEYYCyABKA1CHqoCG0VnZ0xpbmsuRGFu",
|
|
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChangeStoryLineActionReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChangeStoryLineFinishScNotify), global::EggLink.DanhengServer.Proto.ChangeStoryLineFinishScNotify.Parser, new[]{ "Action", "CurStoryLineId", "KOOCCEIGHMA", "KIDKHJECJLF" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ChangeStoryLineFinishScNotify : pb::IMessage<ChangeStoryLineFinishScNotify>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ChangeStoryLineFinishScNotify> _parser = new pb::MessageParser<ChangeStoryLineFinishScNotify>(() => new ChangeStoryLineFinishScNotify());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ChangeStoryLineFinishScNotify> 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.ChangeStoryLineFinishScNotifyReflection.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 ChangeStoryLineFinishScNotify() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ChangeStoryLineFinishScNotify(ChangeStoryLineFinishScNotify other) : this() {
|
|
action_ = other.action_;
|
|
curStoryLineId_ = other.curStoryLineId_;
|
|
kOOCCEIGHMA_ = other.kOOCCEIGHMA_;
|
|
kIDKHJECJLF_ = other.kIDKHJECJLF_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ChangeStoryLineFinishScNotify Clone() {
|
|
return new ChangeStoryLineFinishScNotify(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "action" field.</summary>
|
|
public const int ActionFieldNumber = 4;
|
|
private global::EggLink.DanhengServer.Proto.ChangeStoryLineAction action_ = global::EggLink.DanhengServer.Proto.ChangeStoryLineAction.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.ChangeStoryLineAction Action {
|
|
get { return action_; }
|
|
set {
|
|
action_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "cur_story_line_id" field.</summary>
|
|
public const int CurStoryLineIdFieldNumber = 13;
|
|
private uint curStoryLineId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CurStoryLineId {
|
|
get { return curStoryLineId_; }
|
|
set {
|
|
curStoryLineId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "KOOCCEIGHMA" field.</summary>
|
|
public const int KOOCCEIGHMAFieldNumber = 5;
|
|
private bool kOOCCEIGHMA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool KOOCCEIGHMA {
|
|
get { return kOOCCEIGHMA_; }
|
|
set {
|
|
kOOCCEIGHMA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "KIDKHJECJLF" field.</summary>
|
|
public const int KIDKHJECJLFFieldNumber = 11;
|
|
private uint kIDKHJECJLF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint KIDKHJECJLF {
|
|
get { return kIDKHJECJLF_; }
|
|
set {
|
|
kIDKHJECJLF_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ChangeStoryLineFinishScNotify);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ChangeStoryLineFinishScNotify other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Action != other.Action) return false;
|
|
if (CurStoryLineId != other.CurStoryLineId) return false;
|
|
if (KOOCCEIGHMA != other.KOOCCEIGHMA) return false;
|
|
if (KIDKHJECJLF != other.KIDKHJECJLF) 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 (Action != global::EggLink.DanhengServer.Proto.ChangeStoryLineAction.None) hash ^= Action.GetHashCode();
|
|
if (CurStoryLineId != 0) hash ^= CurStoryLineId.GetHashCode();
|
|
if (KOOCCEIGHMA != false) hash ^= KOOCCEIGHMA.GetHashCode();
|
|
if (KIDKHJECJLF != 0) hash ^= KIDKHJECJLF.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 (Action != global::EggLink.DanhengServer.Proto.ChangeStoryLineAction.None) {
|
|
output.WriteRawTag(32);
|
|
output.WriteEnum((int) Action);
|
|
}
|
|
if (KOOCCEIGHMA != false) {
|
|
output.WriteRawTag(40);
|
|
output.WriteBool(KOOCCEIGHMA);
|
|
}
|
|
if (KIDKHJECJLF != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(KIDKHJECJLF);
|
|
}
|
|
if (CurStoryLineId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(CurStoryLineId);
|
|
}
|
|
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 (Action != global::EggLink.DanhengServer.Proto.ChangeStoryLineAction.None) {
|
|
output.WriteRawTag(32);
|
|
output.WriteEnum((int) Action);
|
|
}
|
|
if (KOOCCEIGHMA != false) {
|
|
output.WriteRawTag(40);
|
|
output.WriteBool(KOOCCEIGHMA);
|
|
}
|
|
if (KIDKHJECJLF != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(KIDKHJECJLF);
|
|
}
|
|
if (CurStoryLineId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(CurStoryLineId);
|
|
}
|
|
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 (Action != global::EggLink.DanhengServer.Proto.ChangeStoryLineAction.None) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Action);
|
|
}
|
|
if (CurStoryLineId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurStoryLineId);
|
|
}
|
|
if (KOOCCEIGHMA != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (KIDKHJECJLF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KIDKHJECJLF);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ChangeStoryLineFinishScNotify other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Action != global::EggLink.DanhengServer.Proto.ChangeStoryLineAction.None) {
|
|
Action = other.Action;
|
|
}
|
|
if (other.CurStoryLineId != 0) {
|
|
CurStoryLineId = other.CurStoryLineId;
|
|
}
|
|
if (other.KOOCCEIGHMA != false) {
|
|
KOOCCEIGHMA = other.KOOCCEIGHMA;
|
|
}
|
|
if (other.KIDKHJECJLF != 0) {
|
|
KIDKHJECJLF = other.KIDKHJECJLF;
|
|
}
|
|
_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 32: {
|
|
Action = (global::EggLink.DanhengServer.Proto.ChangeStoryLineAction) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 40: {
|
|
KOOCCEIGHMA = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
KIDKHJECJLF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
CurStoryLineId = input.ReadUInt32();
|
|
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 32: {
|
|
Action = (global::EggLink.DanhengServer.Proto.ChangeStoryLineAction) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 40: {
|
|
KOOCCEIGHMA = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
KIDKHJECJLF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
CurStoryLineId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|