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