using UnityEngine; public interface IOnBuildingExit { /// /// Called when the building exits being hovered via the ObjectSelector class /// /// public void OnBuildingExit(GameObject gameObject); }