using UnityEngine; [CreateAssetMenu] public class ArenaStats : ScriptableObject { [Min(0f)] public float secondsBetweenSpawners = 3f; }