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