forked from External/mage
Collection Viewer.
This commit is contained in:
parent
fc3d8cb708
commit
56eff16857
32 changed files with 1505 additions and 494 deletions
8
Mage.Client/src/main/java/mage/client/util/Command.java
Normal file
8
Mage.Client/src/main/java/mage/client/util/Command.java
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package mage.client.util;
|
||||
|
||||
/**
|
||||
* @author nantuko
|
||||
*/
|
||||
public interface Command {
|
||||
public void execute();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue