package io.github.lishangbu.avalon.game.battle.engine.core.model /** * 标准战斗类型。 */ enum class BattleType { TRAINER, WILD, PVP, DUNGEON, }