THE UNMATCHED POWER OF THE SUN
This commit is contained in:
parent
3364b5df68
commit
43a0b83748
10 changed files with 134 additions and 9 deletions
13
Assets/Scripts/EnemySpawner.cs
Normal file
13
Assets/Scripts/EnemySpawner.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using UnityEngine;
|
||||
|
||||
public class EnemySpawner : MonoBehaviour
|
||||
{
|
||||
public Enemy[] enemiesToSpawn;
|
||||
public float spawnRate;
|
||||
public float currentSpawnTime;
|
||||
|
||||
public void SpawnEnemy()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue