slight progress on MusicDB

This commit is contained in:
muskit
2023-10-09 01:23:13 -07:00
parent fd12db9f69
commit 33054498a7
2 changed files with 75 additions and 10 deletions
+6 -1
View File
@@ -18,10 +18,15 @@ namespace WacK.MusicDB
float clearRatio;
/// <summary>
/// Path to audio file for this difficulty.
/// Name of audio file for this level.
/// </summary>
string audioFile;
/// <summary>
/// Name of chart file for this level.
/// </summary>
string chartFile;
string designer;
float audioPreviewStart, audioPreviewLength;