SubmitRunChoiceRequest

data class SubmitRunChoiceRequest(val sideId: String, val priority: Int? = null, val speed: Int? = null)

面向前端的逃跑请求。

Constructors

Link copied to clipboard
constructor(sideId: String, priority: Int? = null, speed: Int? = null)

Properties

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