8 lines
126 B
Protocol Buffer
8 lines
126 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// Obf: ICMLDBMKFPC
|
||
|
enum RogueEliteCellDifficultyType {
|
||
|
ROGUE_ELITE_NORMAL = 0;
|
||
|
ROGUE_ELITE_HARD = 1;
|
||
|
}
|