Card art and sleeves update

This commit is contained in:
Andrio Celos
2023-10-10 09:31:50 +11:00
parent a9a7249f59
commit deb8a673ab
43 changed files with 1314 additions and 681 deletions

View File

@@ -127,6 +127,6 @@ internal class StageDatabase {
static StageDatabase() {
Stages = Array.AsReadOnly(stages);
JSON = JsonConvert.SerializeObject(stages);
JSON = JsonUtils.Serialise(stages);
}
}