Beispiel #1
0
    /* ===================================================================================================================================
     *
     *                                  Unit Math
     *                      Math functions for Units, includs combat and movement
     *=================================================================================================================================== */

    //BAKE PATHFINDER
    public void BakePathfinder(int[,] map)
    {
        pathfinder.BakeHeuristics(map);
    }