/// <summary> /// Make the unit move to a secified node /// </summary> /// <param name="targetNode">The secific node that the unit should move to</param> public void MoveToNode(Node targetNode) { nav.MoveToNode(targetNode); }