package mage.client.util; /** * @author nantuko */ public interface Command { void execute(); }