Ejemplo n.º 1
0
 void Awake()
 {
     if (target)
     {
         target.LinkActivator(this);
     }
 }
Ejemplo n.º 2
0
 void Awake()
 {
     //por ahora està acà, pero podrìa estar en el start con override y virtual, no se donde; no daremos vueltas
     if (target)
     {
         target.LinkActivator(this);
     }
 }