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;
        }