using UnityEngine; public interface IInteract { void OnInteract(); }