forked from External/mage
Possible modifications for Issue 26/601.2e
This commit is contained in:
parent
e393ac4201
commit
fa76561b86
4 changed files with 34 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ public interface StackObject extends MageObject {
|
|||
public UUID getControllerId();
|
||||
public void checkTriggers(GameEvent event, Game game);
|
||||
public void counter(UUID sourceId, Game game);
|
||||
public void reset ( Game game );
|
||||
@Override
|
||||
public StackObject copy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue