Minor Grammar and Cameltow fixes

This commit is contained in:
Leonardo Brandenberger
2021-12-09 17:19:40 +01:00
parent f3b9cd2771
commit ffc97a39ef
11 changed files with 254 additions and 250 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import java.awt.Point;
public class City extends Settlement {
public City(Config.Faction faction, Point position) {
super(faction,position);
super(faction, position);
}
public String toString() {