Exemplo n.º 1
0
 public static PathfindingNodeProcessor GetInstance()
 {
     if (instance == null) instance = new PathfindingNodeProcessor();
     return instance;
 }