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

public abstract class AbstractRemoveCardSpell extends Spell
Indicates this effect will remove a card somehow.
See Also:
  • Constructor Details

    • AbstractRemoveCardSpell

      public AbstractRemoveCardSpell()