Exemple #1
0
 private void ActivateShield()
 {
     if (ammunition.ShieldIsReady())
     {
         ammunition.ActivateShield();
     }
 }