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
/
SubmitSwitchChoiceRequest
Submit
Switch
Choice
Request
data
class
SubmitSwitchChoiceRequest
(
val
sideId
:
String
,
val
outgoingUnitId
:
String
,
val
incomingUnitId
:
String
,
val
priority
:
Int
?
=
null
,
val
speed
:
Int
?
=
null
)
面向前端的换人请求。
Members
Constructors
Submit
Switch
Choice
Request
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
?