Possible modifications for Issue 26/601.2e

This commit is contained in:
maurer.it 2011-01-14 10:12:31 -05:00
parent e393ac4201
commit fa76561b86
4 changed files with 34 additions and 0 deletions

View file

@ -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();
}