Package mage.game.turn

Examples of mage.game.turn.PreCombatMainStep


        case UPKEEP:
          game.getPhase().setStep(new DrawStep());
          break;
        case DRAW:
          game.getTurn().setPhase(new PreCombatMainPhase());
          game.getPhase().setStep(new PreCombatMainStep());
          break;
        case PRECOMBAT_MAIN:
          game.getTurn().setPhase(new CombatPhase());
          game.getPhase().setStep(new BeginCombatStep());
          break;
View Full Code Here

TOP

Related Classes of mage.game.turn.PreCombatMainStep

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.