Example #1
0
 void Start()
 {
     if (cooldownDivider > 1)
     {
         print("ERROR DIVIDEND HIGHER THEN 1 NOT SUPPORTED");
     }
     tower = GetComponentInParent <WaitForCheck>();
 }
 protected override void Awake()
 {
     base.Awake();
     tower = GetComponentInParent<WaitForCheck>();
 }
 protected override void Awake()
 {
     base.Awake();
     tower = GetComponentInParent <WaitForCheck>();
 }
Example #4
0
 void Start()
 {
     if (cooldownDivider > 1) print("ERROR DIVIDEND HIGHER THEN 1 NOT SUPPORTED");
     tower = GetComponentInParent<WaitForCheck>();
 }