Improved Word of Command turn control handling

This commit is contained in:
L_J 2018-06-04 01:32:17 +02:00 committed by GitHub
parent b7c6afc66d
commit 492c5ab63e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 45 additions and 57 deletions

View file

@ -393,6 +393,8 @@ public interface Game extends MageItem, Serializable {
boolean checkStateAndTriggered();
void playPriority(UUID activePlayerId, boolean resuming);
void resetControlAfterSpellResolve(Spell spell);
boolean endTurn(Ability source);