using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class SlotManager : MonoBehaviour { public GridManager spawnerRef; public int x; public int y; /// /// (Sender, spawnerRef, X, Y) /// public static event Action OnSlotClicked; }