BattleSessionItemQueuedPayload

data class BattleSessionItemQueuedPayload(val itemId: String, val actorUnitId: String, val targetId: String, val priority: Int, val speed: Int) : BattleSessionQueuedActionPayload

item action 入队事件 payload。

Constructors

Link copied to clipboard
constructor(itemId: String, actorUnitId: String, targetId: String, priority: Int, speed: Int)

Properties

Link copied to clipboard

当前入队动作的种类。

Link copied to clipboard

使用者单位标识。

Link copied to clipboard

物品标识。

Link copied to clipboard
open override val priority: Int

当前动作优先级。

Link copied to clipboard
open override val speed: Int

当前动作排序速度。

Link copied to clipboard

目标单位标识。

Link copied to clipboard
open override val type: BattleSessionEventType

当前 payload 对应的结构化事件类型。