예제 #1
0
 void Start()
 {
     PlayerPrefs.SetInt("easyMode", 1);
     foodListNew = GameObject.FindObjectOfType <FoodListNew> ();
 }
예제 #2
0
 void Start()
 {
     foodListNew = GameObject.FindObjectOfType <FoodListNew> ();
 }