Added missing delegation method for TestPlayer.

This commit is contained in:
LevelX2 2016-01-23 17:00:46 +01:00
parent e31b12325e
commit a507cc88a1

View file

@ -2077,4 +2077,8 @@ public class TestPlayer implements Player {
return AIPlayer;
}
public String getHistory() {
return computerPlayer.getHistory();
}
}