mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -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) {
|
public boolean addTargets(Ability ability, Game game) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getHistory() {
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue