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
/
BattleSessionMoveExecutedPayload
/
BattleSessionMoveExecutedPayload
Battle
Session
Move
Executed
Payload
constructor
(
moveId
:
String
,
attackerId
:
String
,
targetId
:
String
,
hitSuccessful
:
Boolean
,
criticalHit
:
Boolean
,
basePower
:
Int
,
damageRoll
:
Int
?
=
null
,
damage
:
Int
)