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
/
BattleSessionWaitExecutedPayload
Battle
Session
Wait
Executed
Payload
data
class
BattleSessionWaitExecutedPayload
(
val
unitId
:
String
)
:
BattleSessionExecutedActionPayload
wait action 执行完成事件 payload。
Members
Constructors
Battle
Session
Wait
Executed
Payload
Link copied to clipboard
constructor
(
unitId
:
String
)
Properties
action
Type
Link copied to clipboard
open
override
val
actionType
:
BattleSessionActionEventKind
当前已执行动作的种类。
type
Link copied to clipboard
open
override
val
type
:
BattleSessionEventType
当前 payload 对应的结构化事件类型。
unit
Id
Link copied to clipboard
val
unitId
:
String
发起等待的单位标识。