activePlayer Datafield added

This commit is contained in:
Leonardo Brandenberger 2021-11-29 16:21:13 +01:00
parent c2d2f11d2a
commit 3ddd86e4e1
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ public class SiedlerGame {
private Player[] allPlayers; private Player[] allPlayers;
private int winPoints; private int winPoints;
private Bank bank; private Bank bank;
private Player activePlayer;
/** /**
* Constructs a SiedlerGame game state object. * Constructs a SiedlerGame game state object.
* *