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