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.model
/
BattleRandomIntResult
Battle
Random
Int
Result
data
class
BattleRandomIntResult
(
val
value
:
Int
,
val
nextState
:
BattleRandomState
)
Members
Constructors
Battle
Random
Int
Result
Link copied to clipboard
constructor
(
value
:
Int
,
nextState
:
BattleRandomState
)
Properties
next
State
Link copied to clipboard
val
nextState
:
BattleRandomState
value
Link copied to clipboard
val
value
:
Int