Merge remote-tracking branch 'upstream/master' into scoredatabase

This commit is contained in:
Dean Herbert
2018-11-30 17:20:23 +09:00
12 changed files with 575 additions and 92 deletions

View File

@ -13,5 +13,7 @@ namespace osu.Game.Database
where TFile : INamedFileInfo
{
List<TFile> Files { get; set; }
string Hash { get; set; }
}
}