using UnityEngine; namespace RoR2.Navigation; public interface IPosition3Getter { Vector3 GetPosition3(T item); }