using UnityEngine; public interface IOnBuildingOver { /// /// Called when the building is hovered over via the ObjectSelector class /// /// public void OnBuildingOver(GameObject gameObject); }