using UnityEngine; public interface IOnBuildingSelect { /// /// Called when an object is selected via the ObjectSelector/GridObjectOptions class /// /// public void OnSelect(GameObject gameObject); }