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