fixed issue 39

This commit is contained in:
BetaSteward 2010-12-05 02:40:13 +00:00
parent cb3e454002
commit 632775c617
5 changed files with 8 additions and 18 deletions

View file

@ -27,9 +27,6 @@ public interface MageObject extends MageItem, Serializable {
public MageInt getToughness();
public MageInt getLoyalty();
// public Zone getZone();
// public void setZone(Zone zone);
public void adjustCosts(Ability ability, Game game);
public MageObject copy();