void Start() { if (sharedInstance == null) { sharedInstance = this; } _estado = GameObject.FindWithTag("Estado").GetComponent <Estado>(); }