first draft of foundigPhase Method
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user