Collection Viewer.

This commit is contained in:
magenoxx 2011-01-09 03:03:19 +03:00
parent fc3d8cb708
commit 56eff16857
32 changed files with 1505 additions and 494 deletions

View file

@ -0,0 +1,8 @@
package mage.client.util;
/**
* @author nantuko
*/
public interface Command {
public void execute();
}