using UnityEngine; namespace stupid.solutions.Features; public class HenryBotNav : MonoBehaviour { public void Start() { } public void Update() { } }