internal WorldCreationController() { _NodeList = new List <Node>(); _PathList = new List <Path>(); _PathCreationControl = new PathCreation(); }
public Vector2[] GeneratePath() { return(PathCreation?.Invoke()); }