Files
ichni_Creator_Studio/Assets/StreamingAssets/Projects/TestProject/SongInfo.json

10 lines
182 B
JSON
Raw Normal View History

2025-02-08 23:09:50 -05:00
{
"SongInformation" : {
"__type" : "Ichni.RhythmGame.Beatmap.SongInformation_BM,Assembly-CSharp",
"value" : {
"songName" : "TestSong",
"bpm" : 120,
2025-02-14 22:04:21 -05:00
"delay" : 2
2025-02-08 23:09:50 -05:00
}
}
}