예제 #1
0
 private void Start()
 {
     globalValues = GameObject.Find("GlobalValues").GetComponent <GlobalValues>();
     audioSource  = GetComponent <AudioSource>();
     globalValues.ForceLoad();
     UpdateStats();
 }