syntax = "proto3";
enum SealBattleType {
SEAL_BATTLE_KEEP_ALIVE = 0;
SEAL_BATTLE_KILL_MONSTER = 1;
}