Exemplo n.º 1
0
 private void ShoutAction(bool shouting)
 {
     if (!_gun.Reloading && CanControl && Alive)
     {
         _shout.Activate(isShouting: shouting);
         if (!shouting)
         {
             GunShot();
         }
     }
 }