Reworked emblems

This commit is contained in:
magenoxx 2012-06-12 16:27:28 +04:00
parent 2a5ceefe94
commit c22f0cf503
8 changed files with 56 additions and 16 deletions

View file

@ -28,9 +28,10 @@
package mage.game.command;
import java.util.UUID;
import mage.MageObject;
import java.util.UUID;
/**
*
* @author Viserion, nantuko
@ -39,6 +40,7 @@ public interface CommandObject extends MageObject {
public UUID getSourceId();
public UUID getControllerId();
public void assignNewId();
// public void checkTriggers(GameEvent event, Game game);
@Override