package mage.cards; public interface SubCard extends Card { void setParentCard(T card); T getParentCard(); }