CaptureActionResolver
interface CaptureActionResolver
捕捉行动解析器。
设计意图:
让 battle-engine 在不依赖具体业务模块的情况下执行 capture action。
由上层提供 wild battle 的真实数据计算实现。
Inheritors
Functions
Link copied to clipboard
abstract fun resolve(session: BattleSession, action: BattleSessionCaptureAction): BattleSessionCaptureResult