GC-Proto/proto/LunaRiteHintPointType.proto
2023-01-28 22:00:48 +08:00

10 lines
165 B
Protocol Buffer

syntax = "proto3";
enum LunaRiteHintPointType {
LUNA_RITE_HINT_POINT_TYPE_NONE = 0;
LUNA_RITE_HINT_POINT_TYPE_RUNE = 1;
LUNA_RITE_HINT_POINT_TYPE_CHEST = 2;
}