mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-13 05:34:36 +03:00
9 lines
90 B
Protocol Buffer
9 lines
90 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
enum LockReason {
|
||
|
LOCK_REASON_LEVEL = 0;
|
||
|
LOCK_REASON_QUEST = 1;
|
||
|
}
|