Add skin de-duplication

This commit is contained in:
Dean Herbert
2018-11-28 19:01:22 +09:00
parent 0bb8d5217c
commit ce660b6d67
5 changed files with 43 additions and 49 deletions

View File

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