BattleSessionCaptureQueuedPayload

data class BattleSessionCaptureQueuedPayload(val playerId: String, val ballItemId: String, val sourceUnitId: String, val targetId: String, val priority: Int, val speed: Int) : BattleSessionQueuedActionPayload

capture action 入队事件 payload。

Constructors

Link copied to clipboard
constructor(playerId: String, ballItemId: String, sourceUnitId: 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

扔球单位标识。

Link copied to clipboard
open override val speed: Int

当前动作排序速度。

Link copied to clipboard

目标野生单位标识。

Link copied to clipboard
open override val type: BattleSessionEventType

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