Class AbstractRemoveCardSpell
java.lang.Object
net.demilich.metastone.game.spells.Spell
net.demilich.metastone.game.spells.AbstractRemoveCardSpell
- All Implemented Interfaces:
Serializable
,HasDesc<SpellDesc>
- Direct Known Subclasses:
DiscardSpell
,RemoveCardSpell
Indicates this effect will remove a card somehow.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.demilich.metastone.game.spells.Spell
cast, castForPlayer, checkArguments, getDesc, isNativeStateful, onCast, setDesc, toString
-
Constructor Details
-
AbstractRemoveCardSpell
public AbstractRemoveCardSpell()
-