first draft of foundigPhase Method

This commit is contained in:
schrom01
2021-12-02 17:13:43 +01:00
parent c4a3346fad
commit 9916d38073
3 changed files with 88 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package ch.zhaw.catan;
public class City extends Structure {
public class City extends Settlement {
public City(Config.Faction faction) {
super(faction);