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.mutation
/
BoostMutation
Boost
Mutation
data
class
BoostMutation
(
val
target
:
TargetSelectorId
,
val
boosts
:
Map
<
String
,
Int
>
)
:
BattleMutation
Boost 变更。
Members
Constructors
Boost
Mutation
Link copied to clipboard
constructor
(
target
:
TargetSelectorId
,
boosts
:
Map
<
String
,
Int
>
)
Properties
boosts
Link copied to clipboard
val
boosts
:
Map
<
String
,
Int
>
属性到 stage 变化值的映射。
target
Link copied to clipboard
val
target
:
TargetSelectorId
目标选择器。