Added superclass structure to roads and settlement
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package ch.zhaw.catan;
|
||||
|
||||
public class Settlement {
|
||||
public class Settlement extends Structure {
|
||||
|
||||
public Settlement(Config.Faction faction) {
|
||||
super(faction);
|
||||
|
||||
Reference in New Issue
Block a user