avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-battle-engine
/
io.github.lishangbu.avalon.game.battle.engine.application
/
SubmitRunChoiceCommand
Submit
Run
Choice
Command
data
class
SubmitRunChoiceCommand
(
val
sideId
:
String
,
val
priority
:
Int
?
=
null
,
val
speed
:
Int
?
=
null
)
逃跑命令。
Members
Constructors
Submit
Run
Choice
Command
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
?