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