Revision 704 hosed targeted spells.

This commit is contained in:
maurer.it 2011-01-15 23:40:40 -05:00
parent b468731842
commit cba120cb24
4 changed files with 0 additions and 34 deletions

View file

@ -41,7 +41,6 @@ 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();
}