changed Datatype of Road and Settlement in SiedlerBoardTextView
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user