refactor: simplified extra turn code, fixed NPE error on usage (Alchemist's Gambit)

This commit is contained in:
Oleg Agafonov 2023-06-30 06:26:48 +04:00
parent ad461498b0
commit 6529ead72f
9 changed files with 100 additions and 107 deletions

View file

@ -9,6 +9,10 @@ import mage.game.events.GameEvent;
import mage.game.events.GameEvent.EventType;
/**
* Game's step
*
* Warning, don't use a changeable data in step's implementations
* TODO: implement copyable<> interface and copy usage in GameState
*
* @author BetaSteward_at_googlemail.com
*/