Esempio n. 1
0
 void Start()
 {
     controller = GetComponentInParent <LightningballController>();
 }
Esempio n. 2
0
 void Start()
 {
     controller = GetComponentInParent <LightningballController>();
     cc         = GetComponent <CircleCollider2D>();
 }