AStarCollisionMap.Pathfinding.PathfindingNodeProcessor.PathfindingNodeProcessor C# (CSharp) Method

PathfindingNodeProcessor() protected method

protected PathfindingNodeProcessor ( ) : System
return System
        protected PathfindingNodeProcessor()
        {
            toProcess = new CustomArrayList<PathfindingNode>();
        }