void Start()
    {
        GameObject obj = GameObject.FindGameObjectWithTag("ExperimentoClorato");

        _experimento = obj.GetComponent <ExperimentoClorato>();
    }
Exemple #2
0
 void Awake()
 {
     _instancia = this;
     _activo    = false;
 }