mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 09:19:25 +03:00
9 lines
86 B
Protocol Buffer
9 lines
86 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
enum LockState {
|
||
|
LOCK_STATE_NONE = 0;
|
||
|
LOCK_STATE_QUEST = 1;
|
||
|
}
|