Package de.nameless.gameEngine.util.StateMachine

Examples of de.nameless.gameEngine.util.StateMachine.StateMachine


    this.setupStatMachines();
  }
 
  private void setupStatMachines(){
   
    MoveAttackSM = new StateMachine();
   
    selectUnitAction = new Action("selectUnitAction");   
    deSelectUnitAction = new Action("deSelectUnitAction");   
    moveUnitAction = new Action("moveUnitAction");   
    attackUnitAction = new Action("attackUnitAction");   
View Full Code Here

TOP

Related Classes of de.nameless.gameEngine.util.StateMachine.StateMachine

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.