void Start() { text = GameObject.Find("Text").GetComponent <TMPro.TextMeshProUGUI>(); sm = GameObject.Find("Player").GetComponent <SacrificesManager>(); }
void Start() { sm = GameObject.Find("Player").GetComponent <SacrificesManager>(); }