7 lines
142 B
Protocol Buffer
7 lines
142 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// Obf: DHBHFOPCKCO
|
|
enum CustomDungeonBanType {
|
|
CUSTOM_DUNGEON_BAN_TYPE_NONE = 0;
|
|
CUSTOM_DUNGEON_BAN_TYPE_LAYOUT = 1;
|
|
}
|