Esempio n. 1
0
 public void Load()
 {
     life = PlayerPrefs.GetInt(key + "life", 20);
     lifeText.SetValue(life);
 }