forked from External/mage
refactor: simplified extra turn code, fixed NPE error on usage (Alchemist's Gambit)
This commit is contained in:
parent
ad461498b0
commit
6529ead72f
9 changed files with 100 additions and 107 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue