mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
10 lines
153 B
Protocol Buffer
10 lines
153 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
enum SealBattleType {
|
|
SEAL_BATTLE_TYPE_KEEP_ALIVE = 0;
|
|
SEAL_BATTLE_TYPE_KILL_MONSTER = 1;
|
|
SEAL_BATTLE_TYPE_ENERGY_CHARGE = 2;
|
|
}
|