mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Added missing delegation method for TestPlayer.
This commit is contained in:
parent
e31b12325e
commit
a507cc88a1
1 changed files with 4 additions and 0 deletions
|
|
@ -2077,4 +2077,8 @@ public class TestPlayer implements Player {
|
|||
return AIPlayer;
|
||||
}
|
||||
|
||||
public String getHistory() {
|
||||
return computerPlayer.getHistory();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue