Esempio n. 1
0
 public static void ScheduleFindPath(Tile start, Tile end)
 {
     EndFindPath();
     waiting     = false;
     path        = new FindPath(start, end);
     current_job = path.Schedule();
 }