refactor: improve save JSON

This commit is contained in:
2025-02-09 20:26:05 +01:00
parent 0dbc959c19
commit 3026ea5367
12 changed files with 763 additions and 757 deletions

View File

@@ -3,6 +3,8 @@ using UnityEngine;
[System.Serializable]
public class Level
{
public string JsonName { get; set; }
public string name;
public string musicName;
public int totalJumps;