using UnityEngine; namespace RoR2.DirectionalSearch; public interface IGenericWorldSearchSelector { Transform GetTransform(TSource source); GameObject GetRootObject(TSource source); }