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