using UnityEngine; public interface IOnBuildingRemove { /// /// Called when an object is removed from the grid via the ObjectRemover class /// /// public void OnRemove(GameObject gameObject); }