Exemplo n.º 1
0
 protected override void Awake()
 {
     base.Awake();
     radio           = GetComponentInParent <RadioBehaviour>();
     initialPosition = transform.localPosition;
 }
Exemplo n.º 2
0
 protected override void Awake()
 {
     base.Awake();
     radio = GetComponentInParent <RadioBehaviour>();
 }