BattleSessionCaptureResourceUsage

data class BattleSessionCaptureResourceUsage(val playerId: String, val sourceUnitId: String, val ballItemId: String, val targetUnitId: String, val quantity: Int = 1, val success: Boolean, val shakes: Int, val reason: String, val finalRate: Double) : BattleSessionResourceUsage

捕捉动作资源账本条目。

Constructors

Link copied to clipboard
constructor(playerId: String, sourceUnitId: String, ballItemId: String, targetUnitId: String, quantity: Int = 1, success: Boolean, shakes: Int, reason: String, finalRate: Double)

Properties

Link copied to clipboard

使用的球类道具标识。

Link copied to clipboard

本次捕捉的最终概率。

Link copied to clipboard

当前账本条目的业务种类。

Link copied to clipboard

发起捕捉的玩家标识。

Link copied to clipboard

本次消耗的球数量。

Link copied to clipboard

本次捕捉结果原因。

Link copied to clipboard
val shakes: Int

本次捕捉的摇晃次数。

Link copied to clipboard

扔球单位标识。

Link copied to clipboard

本次捕捉是否成功。

Link copied to clipboard

被捕捉的目标单位标识。