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.core.session
/
MoveChoice
/
MoveChoice
Move
Choice
constructor
(
moveId
:
String
,
attackerId
:
String
,
targetId
:
String
,
priority
:
Int
=
0
,
speed
:
Int
=
0
,
accuracy
:
Int
?
=
null
,
evasion
:
Int
?
=
null
,
basePower
:
Int
,
damage
:
Int
,
attributes
:
Map
<
String
,
Any
?
>
=
emptyMap()
)