Exemplo n.º 1
0
 void DoMove()
 {
     if (grid.HasPath)
     {
         //selectedUnit.Location = currentCell;
         selectedUnit.Traval(grid.GetPath());
         grid.ClearPath();
     }
 }