using UnityEngine; public interface IOnSetPreview { /// /// Called when you set a preview object via the GridSelector class - Note this is only a preview and is not the same object that is placed on the grid /// /// public void OnPreview(GameObject prefab); }