using System; using System.Collections.Generic; using UnityEngine; public class LevelController : MonoBehaviour { public List spawnPoints; }