剧情
This commit is contained in:
24
Assets/StreamingAssets/GameSaves/SongSaves.json
Normal file
24
Assets/StreamingAssets/GameSaves/SongSaves.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user