NahidaImpact/NahidaImpact.Protocol/RogueCellState.proto
2024-01-04 16:48:39 +03:00

10 lines
188 B
Protocol Buffer

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;
}