forked from External/mage
Reworked emblems
This commit is contained in:
parent
2a5ceefe94
commit
c22f0cf503
8 changed files with 56 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue