updated german comments to english.
This commit is contained in:
		
							parent
							
								
									cff925de61
								
							
						
					
					
						commit
						ecc75e14c8
					
				| 
						 | 
				
			
			@ -19,14 +19,14 @@ public class Player {
 | 
			
		|||
     * @param faction this is the faction of the player.
 | 
			
		||||
     */
 | 
			
		||||
    public Player(Config.Faction faction) {
 | 
			
		||||
        //Datenfelder
 | 
			
		||||
        //Datafields
 | 
			
		||||
        this.faction = faction;
 | 
			
		||||
        //Verfügbare Structures initialisieren
 | 
			
		||||
        //Available Structures initialize
 | 
			
		||||
        structureToUse = new HashMap<>();
 | 
			
		||||
        structureToUse.put(Config.Structure.ROAD, Config.Structure.ROAD.getStockPerPlayer());
 | 
			
		||||
        structureToUse.put(Config.Structure.SETTLEMENT, Config.Structure.SETTLEMENT.getStockPerPlayer());
 | 
			
		||||
        structureToUse.put(Config.Structure.CITY, Config.Structure.CITY.getStockPerPlayer());
 | 
			
		||||
        //Ressourcen initialisiern
 | 
			
		||||
        //Resources initialize
 | 
			
		||||
        resources = new HashMap<>();
 | 
			
		||||
        for (Config.Resource resource : Config.Resource.values()) {
 | 
			
		||||
            resources.put(resource, 0);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue