feat: level progression (#46)

This commit is contained in:
2025-03-17 18:28:27 +01:00
committed by GitHub
parent a9bd2a0048
commit 872772d3f0
18 changed files with 1717 additions and 35 deletions

View File

@ -7,6 +7,7 @@ public class LevelStat
public int totalJumps;
public int totalAttempts;
public int progressionPercent;
public static LevelStat CreateFromJSON(string jsonString)
{