예제 #1
0
 private void Start()
 {
     StartCoroutine(FadeOut());
     PlayerClass.ingredients = PlayerPrefs.GetInt("Ingredients");
     HelpfulFunctions.LoadStatus(selectedCharacter);
     UpdtadeUI();
 }
예제 #2
0
 void Awake()
 {
     HelpfulFunctions.LoadStatus(player);
 }