using UnityEngine; public interface IOnBuildingPlace { /// /// Called when an object is placed via the ObjectPlacer class /// /// public void OnPlace(GameObject gameObject); }