forked from External/mage
Introduce Duration.UntilYourNextUpkeepStep (#10600)
* add new Duration * refactor cards with new Duration. * fix both Durations and add unit tests. * fix text
This commit is contained in:
parent
14235b6320
commit
6a9340f1aa
14 changed files with 291 additions and 180 deletions
|
|
@ -115,7 +115,7 @@ public interface Permanent extends Card, Controllable {
|
|||
|
||||
int getAttachedToZoneChangeCounter();
|
||||
|
||||
void attachTo(UUID permanentId, Ability source, Game game);
|
||||
void attachTo(UUID attachToObjectId, Ability source, Game game);
|
||||
|
||||
void unattach(Game game);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue