예제 #1
0
 // Use this for initialization
 void Start()
 {
     howscene = GameObject.Find("Canvas/gr").GetComponent <MainMove>();
 }
예제 #2
0
 // Use this for initialization
 void Awake()
 {
     feverGauge = GameObject.Find("gr").GetComponent <MainMove>();
 }
예제 #3
0
 // Use this for initialization
 void Awake()
 {
     e = GameObject.Find("gr").GetComponent <MainMove>();
     PlayerPrefs.GetInt("sound");
     PlayerPrefs.Save();
 }