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:
Susucre 2023-07-13 01:40:27 +02:00 committed by GitHub
parent 14235b6320
commit 6a9340f1aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 291 additions and 180 deletions

View file

@ -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);