feat: navigate between previous and next levels

This commit is contained in:
2025-02-09 20:02:13 +01:00
parent 50945f807d
commit a070c90e3a
9 changed files with 78 additions and 11 deletions

View File

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