forked from External/mage
* Added Celestial Convergence and some changes to game draw handling.
This commit is contained in:
parent
274e0f9052
commit
e284922017
8 changed files with 278 additions and 31 deletions
|
|
@ -212,6 +212,8 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
boolean hasLost();
|
||||
|
||||
boolean hasDrew();
|
||||
|
||||
boolean hasWon();
|
||||
|
||||
boolean hasQuit();
|
||||
|
|
@ -430,6 +432,8 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
void lostForced(Game game);
|
||||
|
||||
void drew(Game game);
|
||||
|
||||
void won(Game game);
|
||||
|
||||
void leave();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue