implemented Method getWinner and getWinPoints

added Class City for later use.
This commit is contained in:
schrom01
2021-11-30 20:20:48 +01:00
parent 54b1d794f8
commit 3830cf6594
8 changed files with 64 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import ch.zhaw.hexboard.Label;
import java.awt.*;
public class SiedlerBoardTextView extends HexBoardTextView<Land, Settlement, Road, String> {
public class SiedlerBoardTextView extends HexBoardTextView<Land, Structure, Road, String> {
public SiedlerBoardTextView(SiedlerBoard board) {
super(board);