package mage.interfaces.plugin; import net.xeoh.plugins.base.Plugin; /** * Interface for card plugins * * @version 0.1 31.10.2010 * @author nantuko */ public interface CardPlugin extends Plugin { }