protected void Start()
 {
     uiController = GetComponentInParent <BotUIController>();
     canFire      = true;
     ammoInClip   = Stats.AmmoCap;
     //transform.localScale = Vector3.one;
 }
 protected virtual void Initialize()
 {
     uiController = GetComponentInParent <BotUIController>();
 }