using UnityEngine; public interface IOnBuildingDeselect { /// /// Called when an object is deselected via the ObjectSelector/GridObjectOptions class /// /// public void OnDeselect(GameObject gameObject); }