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