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

57 lines
2.3 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BattleModuleType.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 BattleModuleType.proto</summary>
public static partial class BattleModuleTypeReflection {
#region Descriptor
/// <summary>File descriptor for BattleModuleType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BattleModuleTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChZCYXR0bGVNb2R1bGVUeXBlLnByb3RvKuABChBCYXR0bGVNb2R1bGVUeXBl",
"EhYKEkJBVFRMRV9NT0RVTEVfTUFaRRAAEhsKF0JBVFRMRV9NT0RVTEVfQ0hB",
"TExFTkdFEAESGAoUQkFUVExFX01PRFVMRV9DT0NPT04QAhIXChNCQVRUTEVf",
"TU9EVUxFX1JPR1VFEAMSJAogQkFUVExFX01PRFVMRV9DSEFMTEVOR0VfQUNU",
"SVZJVFkQBBIdChlCQVRUTEVfTU9EVUxFX1RSSUFMX0xFVkVMEAUSHwobQkFU",
"VExFX01PRFVMRV9BRVRIRVJfRElWSURFEAZCHqoCG0VnZ0xpbmsuRGFuaGVu",
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BattleModuleType), }, null, null));
}
#endregion
}
#region Enums
public enum BattleModuleType {
[pbr::OriginalName("BATTLE_MODULE_MAZE")] BattleModuleMaze = 0,
[pbr::OriginalName("BATTLE_MODULE_CHALLENGE")] BattleModuleChallenge = 1,
[pbr::OriginalName("BATTLE_MODULE_COCOON")] BattleModuleCocoon = 2,
[pbr::OriginalName("BATTLE_MODULE_ROGUE")] BattleModuleRogue = 3,
[pbr::OriginalName("BATTLE_MODULE_CHALLENGE_ACTIVITY")] BattleModuleChallengeActivity = 4,
[pbr::OriginalName("BATTLE_MODULE_TRIAL_LEVEL")] BattleModuleTrialLevel = 5,
[pbr::OriginalName("BATTLE_MODULE_AETHER_DIVIDE")] BattleModuleAetherDivide = 6,
}
#endregion
}
#endregion Designer generated code