Files
ichni_Official/Assets/StreamingAssets/GameSaves/SongSaves.json
SoulliesOfficial b9e6a9ab25 剧情
2025-06-13 14:59:58 -04:00

24 lines
703 B
JSON

{
"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
}
}
}
}
}
}