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