Example #1
0
 /// <summary>
 /// Funzione che stoppa il laser
 /// </summary>
 public void StopLaser()
 {
     laserCtrl.OnAgentHit -= HandleOnAgentHit;
     laserCtrl.StopLaser();
 }