Exemplo n.º 1
0
 public void Update()
 {
     if (_radar.IsDetected())
     {
         SkillList[0].Use(_player.transform);
     }
 }
Exemplo n.º 2
0
 public void Update()
 {
     if (_radar.IsDetected() && _turret.PointsOnPlayer())
     {
         SkillList[0].Use(_player.transform);
     }
 }