Files
DanhengServer-OpenSource/Proto/BattleStaticticEventType.cs

59 lines
2.8 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BattleStaticticEventType.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 BattleStaticticEventType.proto</summary>
public static partial class BattleStaticticEventTypeReflection {
#region Descriptor
/// <summary>File descriptor for BattleStaticticEventType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BattleStaticticEventTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch5CYXR0bGVTdGF0aWN0aWNFdmVudFR5cGUucHJvdG8q4QIKGEJhdHRsZVN0",
"YXRpY3RpY0V2ZW50VHlwZRIfChtCQVRUTEVfU1RBVElDVElDX0VWRU5UX05P",
"TkUQABI3CjNCQVRUTEVfU1RBVElDVElDX0VWRU5UX1RSRUFTVVJFX0RVTkdF",
"T05fQUREX0VYUExPUkUQARI1CjFCQVRUTEVfU1RBVElDVElDX0VWRU5UX1RS",
"RUFTVVJFX0RVTkdFT05fT1BFTl9HUklEEAISNwozQkFUVExFX1NUQVRJQ1RJ",
"Q19FVkVOVF9UUkVBU1VSRV9EVU5HRU9OX1BJQ0tVUF9JVEVNEAMSNAowQkFU",
"VExFX1NUQVRJQ1RJQ19FVkVOVF9UUkVBU1VSRV9EVU5HRU9OX1VTRV9CVUZG",
"EAQSRQpBQkFUVExFX1NUQVRJQ1RJQ19FVkVOVF9URUxFVklTSU9OX0FDVElW",
"SVRZX1VQREFURV9NQVpFX0JVRkZfTEFZRVIQBUIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BattleStaticticEventType), }, null, null));
}
#endregion
}
#region Enums
public enum BattleStaticticEventType {
[pbr::OriginalName("BATTLE_STATICTIC_EVENT_NONE")] BattleStaticticEventNone = 0,
[pbr::OriginalName("BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_ADD_EXPLORE")] BattleStaticticEventTreasureDungeonAddExplore = 1,
[pbr::OriginalName("BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_OPEN_GRID")] BattleStaticticEventTreasureDungeonOpenGrid = 2,
[pbr::OriginalName("BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_PICKUP_ITEM")] BattleStaticticEventTreasureDungeonPickupItem = 3,
[pbr::OriginalName("BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_USE_BUFF")] BattleStaticticEventTreasureDungeonUseBuff = 4,
[pbr::OriginalName("BATTLE_STATICTIC_EVENT_TELEVISION_ACTIVITY_UPDATE_MAZE_BUFF_LAYER")] BattleStaticticEventTelevisionActivityUpdateMazeBuffLayer = 5,
}
#endregion
}
#endregion Designer generated code