Exemple #1
0
 void Awake()
 {
     if (target)
     {
         target.LinkActivator(this);
     }
 }
Exemple #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);
     }
 }