package mage.cards; /** * @author phulin */ public interface AdventureCardSpell extends SubCard { @Override AdventureCardSpell copy(); }