GSServer-CBT/soggy-mistress/proto/DungeonDataType.proto

8 lines
134 B
Protocol Buffer

syntax = "proto3";
enum DungeonDataType {
DUNGEON_DATA_NONE = 0;
DUNGEON_DATA_END_TIME = 1;
DUNGEON_DATA_MONSTER_DIE_COUNT = 2;
}