AStarPathFinding.AStar.AStar C# (CSharp) Method

AStar() public method

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