mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-12-11 00:27:48 +01:00
feat: navigate between previous and next levels
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user