public void AddSHotgunAmmo(int ammo) { if (equippedGun.Name == "Shotgun") { equippedGun.AddSHotgunAmmo(ammo); } }