forked from External/mage
refactor: simplified extra turn code, fixed NPE error on usage (Alchemist's Gambit)
This commit is contained in:
parent
ad461498b0
commit
6529ead72f
9 changed files with 100 additions and 107 deletions
|
|
@ -206,6 +206,8 @@ public interface Game extends MageItem, Serializable, Copyable<Game> {
|
|||
/**
|
||||
* Id of the player the current turn it is.
|
||||
*
|
||||
* Player can be under control of another player, so search a real GUI's controller by Player->getTurnControlledBy
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
UUID getActivePlayerId();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue