start on MusicDB
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace WacK.MusicDB
|
||||
{
|
||||
public class Song
|
||||
{
|
||||
string name, artist, category, copyright;
|
||||
int tempo;
|
||||
|
||||
// chart path relative to user://songs
|
||||
string dirPath;
|
||||
|
||||
// should only hold 4 values
|
||||
Difficulty[] diff;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user