Exemple #1
0
 public void buildWayPoint()
 {
     pathManager.getNodeObjectById(currentPointID()).GetComponent <path_point>().setStatus(path_point.node_status.built);
     pathManager.refresh_edge_visuals();
     Destroy(gameObject);
 }