BattleSessionCaptureResult

data class BattleSessionCaptureResult(val success: Boolean, val playerId: String, val ballItemId: String, val sourceUnitId: String, val targetId: String, val shakes: Int, val reason: String, val finalRate: Double)

捕捉行动在 battle 内部的执行结果。

Constructors

Link copied to clipboard
constructor(success: Boolean, playerId: String, ballItemId: String, sourceUnitId: String, targetId: String, 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
val shakes: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard