SubmitCaptureChoiceCommand

data class SubmitCaptureChoiceCommand(val playerId: String, val ballItemId: String, val sourceUnitId: String? = null, val targetId: String, val priority: Int? = null, val speed: Int? = null)

智能捕捉命令。

Constructors

Link copied to clipboard
constructor(playerId: String, ballItemId: String, sourceUnitId: String? = null, targetId: String, priority: Int? = null, speed: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val speed: Int?
Link copied to clipboard