1 2 3 4 5 6 7
using UnityEngine; public class SpawnerHolder : MonoBehaviour { [HideInInspector] public Transform spawner; }