using UnityEngine; public interface IOnBuildingMoveEnd { /// /// Called at the end of moving an already placed object via the GridObjectOptions/ObjectPlacer class /// /// public void OnMoveEnd(GameObject gameObject); }