Example #1
0
 void Awake()
 {
     current = this;
 }
 public void SetSpawner(EnemySpawner spawner)
 {
     this.spawner = spawner;
 }