9 lines
180 B
Protocol Buffer
9 lines
180 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// Obf: GGCKOHLIGEL
|
||
|
enum LunaRiteHintStatusType {
|
||
|
LUNA_RITE_HINT_STATUS_DEFAULT = 0;
|
||
|
LUNA_RITE_HINT_STATUS_NO_COUNT = 1;
|
||
|
LUNA_RITE_HINT_STATUS_FINISH = 2;
|
||
|
}
|