예제 #1
0
 void Start()
 {
     text = GameObject.Find("Text").GetComponent <TMPro.TextMeshProUGUI>();
     sm   = GameObject.Find("Player").GetComponent <SacrificesManager>();
 }
예제 #2
0
파일: Altar.cs 프로젝트: Ceeeeed/Esus
 void Start()
 {
     sm = GameObject.Find("Player").GetComponent <SacrificesManager>();
 }