avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-battle-engine
/
io.github.lishangbu.avalon.game.battle.engine.core.session
/
BattleSessionQueuedActionExecutionStep
Battle
Session
Queued
Action
Execution
Step
class
BattleSessionQueuedActionExecutionStep
:
BattleSessionTurnStep
已入队 action 执行步骤。
Members
Constructors
Battle
Session
Queued
Action
Execution
Step
Link copied to clipboard
constructor
(
)
Properties
order
Link copied to clipboard
open
override
val
order
:
Int
=
100
当前步骤的执行顺序。
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
context
:
BattleSessionTurnContext
)
执行当前回合动作队列中的全部 action。