feat: save level statistics

This commit is contained in:
2025-02-09 20:09:36 +01:00
parent a070c90e3a
commit 0dbc959c19
5 changed files with 22 additions and 4 deletions

View File

@@ -7,7 +7,6 @@ public class Level
public string musicName;
public int totalJumps;
public int totalAttempts;
public int killedCount;
public int order;
public static Level CreateFromJSON(string jsonString)