mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
9 lines
150 B
Protocol Buffer
9 lines
150 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
enum RogueEliteCellDifficultyType {
|
|
ROGUE_ELITE_CELL_DIFFICULTY_TYPE_NORMAL = 0;
|
|
ROGUE_ELITE_CELL_DIFFICULTY_TYPE_HARD = 1;
|
|
}
|