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
/
GameBattleMoveResolutionView
/
GameBattleMoveResolutionView
Game
Battle
Move
Resolution
View
constructor
(
cancelled
:
Boolean
,
hitSuccessful
:
Boolean
,
criticalHit
:
Boolean
,
accuracy
:
Int
?
,
evasion
:
Int
?
,
basePower
:
Int
,
damageRoll
:
Int
?
=
null
,
damage
:
Int
)