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
/
HealMutation
Heal
Mutation
data
class
HealMutation
(
val
target
:
TargetSelectorId
,
val
mode
:
String
?
,
val
value
:
Double
)
:
BattleMutation
回复变更。
Members
Constructors
Heal
Mutation
Link copied to clipboard
constructor
(
target
:
TargetSelectorId
,
mode
:
String
?
,
value
:
Double
)
Properties
mode
Link copied to clipboard
val
mode
:
String
?
回复模式。
target
Link copied to clipboard
val
target
:
TargetSelectorId
目标选择器。
value
Link copied to clipboard
val
value
:
Double
回复值。