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