Example #1
0
 void HumanHealth_OnHumanDied(HumanHealth e)
 {
     if (e == myHealth)
     {
         gun.DisableEffects();
     }
 }