LeaderboardDone

This commit is contained in:
2023-01-17 05:38:07 +05:30
parent df54712168
commit 58e9ea33ba
4 changed files with 225 additions and 5 deletions

View File

@@ -82,5 +82,7 @@ public static class DataManager{
public static void SelectPoge(int i){
PlayerPrefs.SetInt("poge",i);
PlayerPrefs.Save();
selectedPogeLevel = i;
}
}