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.capture
/
CaptureCommand
Capture
Command
data
class
CaptureCommand
(
val
playerId
:
String
,
val
ballItemId
:
String
,
val
targetUnitId
:
String
,
val
sourceUnitId
:
String
?
=
null
)
Members
Constructors
Capture
Command
Link copied to clipboard
constructor
(
playerId
:
String
,
ballItemId
:
String
,
targetUnitId
:
String
,
sourceUnitId
:
String
?
=
null
)
Properties
ball
Item
Id
Link copied to clipboard
val
ballItemId
:
String
player
Id
Link copied to clipboard
val
playerId
:
String
source
Unit
Id
Link copied to clipboard
val
sourceUnitId
:
String
?
target
Unit
Id
Link copied to clipboard
val
targetUnitId
:
String