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
/
SubmitSwitchChoiceCommand
Submit
Switch
Choice
Command
data
class
SubmitSwitchChoiceCommand
(
val
sideId
:
String
,
val
outgoingUnitId
:
String
,
val
incomingUnitId
:
String
,
val
priority
:
Int
?
=
null
,
val
speed
:
Int
?
=
null
)
换人命令。
Members
Constructors
Submit
Switch
Choice
Command
Link copied to clipboard
constructor
(
sideId
:
String
,
outgoingUnitId
:
String
,
incomingUnitId
:
String
,
priority
:
Int
?
=
null
,
speed
:
Int
?
=
null
)
Properties
incoming
Unit
Id
Link copied to clipboard
val
incomingUnitId
:
String
outgoing
Unit
Id
Link copied to clipboard
val
outgoingUnitId
:
String
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
?