Pull beatmap list from db and render simple list

This commit is contained in:
Drew DeVault
2016-10-19 10:31:10 -04:00
parent 2ef516a6fa
commit a14edc06c8
4 changed files with 28 additions and 8 deletions

View File

@ -125,4 +125,4 @@ namespace osu.Game.Database
connection.Update(record);
}
}
}
}