mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-09-09 20:05:14 -05:00
Card art and sleeves update
This commit is contained in:
@@ -127,6 +127,6 @@ internal class StageDatabase {
|
||||
|
||||
static StageDatabase() {
|
||||
Stages = Array.AsReadOnly(stages);
|
||||
JSON = JsonConvert.SerializeObject(stages);
|
||||
JSON = JsonUtils.Serialise(stages);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user