Files
DanhengServer-OpenSource/Proto/BattleCheckResultType.cs
2025-04-15 16:44:46 +08:00

51 lines
1.9 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BattleCheckResultType.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 BattleCheckResultType.proto</summary>
public static partial class BattleCheckResultTypeReflection {
#region Descriptor
/// <summary>File descriptor for BattleCheckResultType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BattleCheckResultTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtCYXR0bGVDaGVja1Jlc3VsdFR5cGUucHJvdG8qcQoVQmF0dGxlQ2hlY2tS",
"ZXN1bHRUeXBlEhwKGEJBVFRMRV9DSEVDS19SRVNVTFRfU1VDQxAAEhwKGEJB",
"VFRMRV9DSEVDS19SRVNVTFRfRkFJTBABEhwKGEJBVFRMRV9DSEVDS19SRVNV",
"TFRfUEFTUxACQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"b3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BattleCheckResultType), }, null, null));
}
#endregion
}
#region Enums
public enum BattleCheckResultType {
[pbr::OriginalName("BATTLE_CHECK_RESULT_SUCC")] BattleCheckResultSucc = 0,
[pbr::OriginalName("BATTLE_CHECK_RESULT_FAIL")] BattleCheckResultFail = 1,
[pbr::OriginalName("BATTLE_CHECK_RESULT_PASS")] BattleCheckResultPass = 2,
}
#endregion
}
#endregion Designer generated code