示例#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>();
 }