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