GC-Proto/proto/DungeonEntryBlockReason.proto

11 lines
213 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
enum DungeonEntryBlockReason {
DUNGEON_ENTRY_BLOCK_REASON_NONE = 0;
DUNGEON_ENTRY_BLOCK_REASON_LEVEL = 1;
DUNGEON_ENTRY_BLOCK_REASON_QUEST = 2;
DUNGEON_ENTRY_BLOCK_REASON_MULTIPLE = 3;
}