mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-26 15:50:25 +03:00
9 lines
124 B
Protocol Buffer
9 lines
124 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
enum CustomDungeonBanType {
|
||
|
CUSTOM_DUNGEON_BAN_TYPE_NONE = 0;
|
||
|
CUSTOM_DUNGEON_BAN_TYPE_LAYOUT = 1;
|
||
|
}
|