implemented Method getWinner and getWinPoints
added Class City for later use.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package ch.zhaw.catan;
|
||||
|
||||
public class City extends Structure {
|
||||
|
||||
public City(Config.Faction faction) {
|
||||
super(faction);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user