NahidaImpact/NahidaImpact.Protocol/LunaRiteHintStatusType.proto

9 lines
180 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
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;
}