mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Some rework of Keeper of the Light.
This commit is contained in:
parent
458b207d2f
commit
d66d8d47fb
3 changed files with 45 additions and 61 deletions
|
|
@ -2272,6 +2272,11 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
return state.getPlayers();
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a list of all players ignoring the range of visible players
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public PlayerList getPlayerList() {
|
||||
return state.getPlayerList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue