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