mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Added missing method for PlayerStub.
This commit is contained in:
parent
a507cc88a1
commit
85bfa29c9f
1 changed files with 6 additions and 0 deletions
|
|
@ -1237,4 +1237,10 @@ public class PlayerStub implements Player {
|
|||
public boolean addTargets(Ability ability, Game game) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getHistory() {
|
||||
return "";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue