Set Variable citiesToUse in Constructor of Player
This commit is contained in:
@@ -19,6 +19,7 @@ public class Player {
|
||||
this.faction = faction;
|
||||
roadsToUse = Config.Structure.ROAD.getStockPerPlayer();
|
||||
settlementsToUse = Config.Structure.SETTLEMENT.getStockPerPlayer();
|
||||
citiesToUse = Config.Structure.CITY.getStockPerPlayer();
|
||||
//Ressourcen initialisiern
|
||||
resources = new HashMap<>();
|
||||
for(Config.Resource resource : Config.Resource.values()) {
|
||||
|
||||
Reference in New Issue
Block a user