Fixed some bugs and added Random Classic
This commit is contained in:
@@ -40,4 +40,21 @@ type SongData struct {
|
||||
SongName string
|
||||
Path string
|
||||
TimesPlayed int
|
||||
FileName string
|
||||
}
|
||||
|
||||
type SongListData struct {
|
||||
MatchDate time.Time
|
||||
MatchId int
|
||||
SongNo int
|
||||
GameName string
|
||||
SongName string
|
||||
}
|
||||
|
||||
type VgmqData struct {
|
||||
SongNo int
|
||||
Path string
|
||||
Clue string
|
||||
Answered bool
|
||||
Answer string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user