Files
DanhengServer-OpenSource/Proto/ChangeStoryLineAction.cs
2025-05-25 09:26:31 +08:00

54 lines
2.1 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChangeStoryLineAction.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 ChangeStoryLineAction.proto</summary>
public static partial class ChangeStoryLineActionReflection {
#region Descriptor
/// <summary>File descriptor for ChangeStoryLineAction.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChangeStoryLineActionReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtDaGFuZ2VTdG9yeUxpbmVBY3Rpb24ucHJvdG8qxQEKFUNoYW5nZVN0b3J5",
"TGluZUFjdGlvbhIeChpDaGFuZ2VTdG9yeUxpbmVBY3Rpb25fTm9uZRAAEiYK",
"IkNoYW5nZVN0b3J5TGluZUFjdGlvbl9GaW5pc2hBY3Rpb24QARIgChxDaGFu",
"Z2VTdG9yeUxpbmVBY3Rpb25fQ2xpZW50EAISIgoeQ2hhbmdlU3RvcnlMaW5l",
"QWN0aW9uX0N1c3RvbU9QEAMSHgoaQ2hhbmdlU3RvcnlMaW5lQWN0aW9uX1Jh",
"aWQQBEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ChangeStoryLineAction), }, null, null));
}
#endregion
}
#region Enums
public enum ChangeStoryLineAction {
[pbr::OriginalName("ChangeStoryLineAction_None")] None = 0,
[pbr::OriginalName("ChangeStoryLineAction_FinishAction")] FinishAction = 1,
[pbr::OriginalName("ChangeStoryLineAction_Client")] Client = 2,
[pbr::OriginalName("ChangeStoryLineAction_CustomOP")] CustomOp = 3,
[pbr::OriginalName("ChangeStoryLineAction_Raid")] Raid = 4,
}
#endregion
}
#endregion Designer generated code