Emblems. GetEmblemEffect.

This commit is contained in:
magenoxx 2011-08-03 19:16:39 +04:00
parent 9f7720b69e
commit 1751a588a0
4 changed files with 244 additions and 2 deletions

View file

@ -28,6 +28,7 @@
package mage.game.command;
import mage.abilities.Ability;
import mage.game.*;
import java.util.UUID;
import mage.MageObject;
@ -35,9 +36,8 @@ import mage.game.events.GameEvent;
/**
*
* @author Viserion
* @author Viserion, nantuko
*/
public interface CommandObject extends MageObject {
public UUID getSourceId();