changed Datatype of Road and Settlement in SiedlerBoardTextView

This commit is contained in:
schrom01
2021-11-26 11:44:22 +01:00
parent aef0479cf5
commit 98316bb566
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import ch.zhaw.hexboard.Label;
import java.awt.*;
public class SiedlerBoardTextView extends HexBoardTextView<Land, String, String, String> {
public class SiedlerBoardTextView extends HexBoardTextView<Land, Settlement, Road, String> {
public SiedlerBoardTextView(SiedlerBoard board) {
super(board);