Ejemplo n.º 1
0
 public void Tick()
 {
     _enemyType1.WatchPlayer();
     _enemyType1.ShootingTimer += Time.deltaTime;
 }
Ejemplo n.º 2
0
 public void Tick()
 {
     _enemyType1.WatchPlayer();
 }