예제 #1
0
 private void SelectTargetToMove()
 {
     ClearPreviousSelectionOfTargetHex();
     if (hex.isNeighboringHex)
     {
         hex.MakeMeTargetToMove();
         BattleController.currentAtacker.GetComponent <OptimalPath>().MatchPath();
     }
 }