mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
50 lines
1.8 KiB
C#
50 lines
1.8 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PlayerReturnStatus.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 PlayerReturnStatus.proto</summary>
|
|
public static partial class PlayerReturnStatusReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PlayerReturnStatus.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PlayerReturnStatusReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChhQbGF5ZXJSZXR1cm5TdGF0dXMucHJvdG8qZAoSUGxheWVyUmV0dXJuU3Rh",
|
|
"dHVzEhYKElBMQVlFUl9SRVRVUk5fTk9ORRAAEhwKGFBMQVlFUl9SRVRVUk5f",
|
|
"UFJPQ0VTU0lORxABEhgKFFBMQVlFUl9SRVRVUk5fRklOSVNIEAJCHqoCG0Vn",
|
|
"Z0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.PlayerReturnStatus), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum PlayerReturnStatus {
|
|
[pbr::OriginalName("PLAYER_RETURN_NONE")] PlayerReturnNone = 0,
|
|
[pbr::OriginalName("PLAYER_RETURN_PROCESSING")] PlayerReturnProcessing = 1,
|
|
[pbr::OriginalName("PLAYER_RETURN_FINISH")] PlayerReturnFinish = 2,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|