Beispiel #1
0
 public void FireWeapon()
 {
     if (activeWeapon.CheckEmpty())
     {
         activeWeapon.FireWeapon();
     }
 }