avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-service
/
io.github.lishangbu.avalon.game.battle.api
/
SubmitRunChoiceRequest
Submit
Run
Choice
Request
data
class
SubmitRunChoiceRequest
(
val
sideId
:
String
,
val
priority
:
Int
?
=
null
,
val
speed
:
Int
?
=
null
)
面向前端的逃跑请求。
Members
Constructors
Submit
Run
Choice
Request
Link copied to clipboard
constructor
(
sideId
:
String
,
priority
:
Int
?
=
null
,
speed
:
Int
?
=
null
)
Properties
priority
Link copied to clipboard
val
priority
:
Int
?
side
Id
Link copied to clipboard
val
sideId
:
String
speed
Link copied to clipboard
val
speed
:
Int
?