NahidaImpact/NahidaImpact.Protocol/RogueCellState.proto

11 lines
188 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
// Obf: JEOOKNEBNDN
enum RogueCellState {
ROGUE_CELL_NONE = 0;
ROGUE_CELL_BATTLE = 1;
ROGUE_CELL_SUCCESS = 2;
ROGUE_CELL_FINISH = 3;
ROGUE_CELL_TAKEN_CHEST = 4;
}