public void Start() { if (ammunition == null) { ammunition = new OSAmmunitionAmount(this); } }
public void Start () { if (ammunition == null) { ammunition = new OSAmmunitionAmount (this); } }