GC-Proto/proto/LockState.proto

9 lines
86 B
Protocol Buffer

syntax = "proto3";
enum LockState {
LOCK_STATE_NONE = 0;
LOCK_STATE_QUEST = 1;
}