public void Start() { ammotype = pickupType[Random.Range(0, 3)]; }
private void Start() { ammotype = AmmoType.AmmoTypes.Normal; }