mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
10 lines
156 B
Protocol Buffer
10 lines
156 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
enum CustomDungeonState {
|
|
CUSTOM_DUNGEON_STATE_EDIT = 0;
|
|
CUSTOM_DUNGEON_STATE_SELF_PASS = 1;
|
|
CUSTOM_DUNGEON_STATE_PUBLISHED = 2;
|
|
}
|