void Start() { shipInstance = Instantiate(ship); CreateCols(difficulty); invaders.SpawnEnemies(difficulty); invaderCount = invaderList.Count; }