10 lines
188 B
Protocol Buffer
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;
|
|
}
|