mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Gelid Shackles implementation. PlayerStub fix
This commit is contained in:
parent
aa2b61ad83
commit
7c8ac25abc
3 changed files with 167 additions and 5 deletions
|
|
@ -1174,15 +1174,15 @@ public class PlayerStub implements Player {
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCastSourceIdWithAlternateMana(UUID sourceId, ManaCosts<ManaCost> manaCosts, Costs costs) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public UUID getCastSourceIdWithAlternateMana() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCastSourceIdWithAlternateMana(UUID sourceId, ManaCosts<ManaCost> manaCosts, Costs<Cost> costs) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public ManaCosts getCastSourceIdManaCosts() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue