forked from External/mage
lots of fixes - mainly to continuous effects and zone changes
This commit is contained in:
parent
b1858396a5
commit
0cd0b7045a
93 changed files with 600 additions and 348 deletions
|
|
@ -40,7 +40,7 @@ public interface StackObject extends MageObject {
|
|||
public UUID getSourceId();
|
||||
public UUID getControllerId();
|
||||
public void checkTriggers(GameEvent event, Game game);
|
||||
public void counter(Game game);
|
||||
public void counter(UUID sourceId, Game game);
|
||||
@Override
|
||||
public StackObject copy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue