forked from External/mage
Emblems. GetEmblemEffect.
This commit is contained in:
parent
9f7720b69e
commit
1751a588a0
4 changed files with 244 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue