This commit is contained in:
BetaSteward 2010-09-01 03:01:43 +00:00
parent df642c2bd5
commit 3fa0e8b8f4
544 changed files with 13327 additions and 3074 deletions

View file

@ -41,5 +41,6 @@ public interface StackObject extends MageObject {
public UUID getControllerId();
public void checkTriggers(GameEvent event, Game game);
public void counter(Game game);
@Override
public StackObject copy();
}