I am really sorry.
This commit is contained in:
		@@ -23,7 +23,7 @@ public class UiController : MonoBehaviour
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    void SaveGame()
 | 
					    void SaveGame()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        PlayerPrefs.SetInt(PlayerController.highScore);
 | 
					        PlayerPrefs.SetInt("HighestScore", this.highScore);
 | 
				
			||||||
        PlayerPrefs.Save();
 | 
					        PlayerPrefs.Save();
 | 
				
			||||||
        Debug.Log("Game data saved!");
 | 
					        Debug.Log("Game data saved!");
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user