private void DisplayAmmo() { int currentAmmo = ammoSlot.GetCurrentAmmoAmount(ammoType); ammoText.text = currentAmmo.ToString(); }