GameEvent: remove TRANSFORM which is no longer used, and UNFLIP which is explicitly impossible under the rules

This commit is contained in:
Alex W. Jackson 2022-10-30 04:05:27 -04:00
parent 414613623a
commit a01c1077ad
3 changed files with 2 additions and 18 deletions

View file

@ -43,8 +43,6 @@ public interface Permanent extends Card, Controllable {
boolean isFlipped();
boolean unflip(Game game);
boolean flip(Game game);
boolean transform(Ability source, Game game);