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

13 lines
270 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-03-01 12:50:13 -05:00
"delay" : 2,
"attachedElementGuid" : {
"value" : "00000000-0000-0000-0000-000000000000"
}
2025-02-08 23:09:50 -05:00
}
}
}