AStar_Incomplete.AStarPathFinder.AStarPathFinder C# (CSharp) 메소드

AStarPathFinder() 공개 메소드

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