added small improvements in GameTest
This commit is contained in:
parent
4a955c2978
commit
a5b12760ba
|
@ -262,7 +262,6 @@ class GameTest {
|
|||
this.directions = directions;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public int selectOption(String text, List<String> options) {
|
||||
pointerInstruction++;
|
||||
|
@ -270,7 +269,6 @@ class GameTest {
|
|||
|
||||
}
|
||||
|
||||
|
||||
public void printInformation(String text) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue