This commit is contained in:
SoulliesOfficial
2025-06-13 14:59:58 -04:00
parent 27529d44dc
commit b9e6a9ab25
143 changed files with 7254 additions and 1906 deletions

View File

@@ -0,0 +1,24 @@
{
"SongSaves" : {
"__type" : "System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[Ichni.RhythmGame.SongStatusSave, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]],mscorlib",
"value" : {"Chaos Zone":{
"isCompleted" : false,
"additionalInfo" : "",
"beatmapSaves" : {"Easy":{
"accuracy" : 56.86,
"isFullCombo" : false,
"isAllPerfect" : false
},"Hard":{
"accuracy" : 100,
"isFullCombo" : true,
"isAllPerfect" : true
},"Chaos":{
"accuracy" : 99.35,
"isFullCombo" : true,
"isAllPerfect" : false
}
}
}
}
}
}