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
/
BattleSessionTurnResolvedPayload
Battle
Session
Turn
Resolved
Payload
data
class
BattleSessionTurnResolvedPayload
(
val
actionCount
:
Int
)
:
BattleSessionEventPayload
回合结算完成事件 payload。
Members
Constructors
Battle
Session
Turn
Resolved
Payload
Link copied to clipboard
constructor
(
actionCount
:
Int
)
Properties
action
Count
Link copied to clipboard
val
actionCount
:
Int
本回合已执行的 action 数量。
type
Link copied to clipboard
open
override
val
type
:
BattleSessionEventType
当前 payload 对应的结构化事件类型。