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