public Pathplanner(Node start, Node target, Pathmanager.PathJobCompleted callbackFunc) { startNode = start; targetNode = target; CallbackDel = callbackFunc; grid = VisibleGrid.instance; }
private void Awake() { instance = this; }