GC-Proto/proto/LockReason.proto

9 lines
90 B
Protocol Buffer

syntax = "proto3";
enum LockReason {
LOCK_REASON_LEVEL = 0;
LOCK_REASON_QUEST = 1;
}