private void Start() { startNode = new Sample_Decision(); startNode.SetNode(new MovinTowardsWayPoint(), new MakinANewPoint()); }