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
/
RemoveConditionMutation
Remove
Condition
Mutation
data
class
RemoveConditionMutation
(
val
target
:
TargetSelectorId
,
val
conditionEffectId
:
String
)
:
BattleMutation
移除 condition / effect 的变更。
Members
Constructors
Remove
Condition
Mutation
Link copied to clipboard
constructor
(
target
:
TargetSelectorId
,
conditionEffectId
:
String
)
Properties
condition
Effect
Id
Link copied to clipboard
val
conditionEffectId
:
String
目标 condition effect 标识。
target
Link copied to clipboard
val
target
:
TargetSelectorId
目标选择器。