AStar_Incomplete.AStarPathFinder.AStarPathFinder C# (CSharp) Method

AStarPathFinder() public method

public AStarPathFinder ( AStar_Incomplete.Map map ) : System.Collections.Generic
map AStar_Incomplete.Map
return System.Collections.Generic
        public AStarPathFinder(Map map)
        {
            _map = map;
        }