Beatmap -> BeatmapInfo + add foreign key

This commit is contained in:
smoogipoo
2018-11-28 17:26:39 +09:00
parent 2ee181daf7
commit ed02847752
4 changed files with 9 additions and 7 deletions

View File

@ -34,7 +34,7 @@ namespace osu.Game.Scoring.Legacy
var version = sr.ReadInt32();
currentBeatmap = GetBeatmap(sr.ReadString()).Beatmap;
score.Beatmap = currentBeatmap.BeatmapInfo;
score.BeatmapInfo = currentBeatmap.BeatmapInfo;
score.User = new User { Username = sr.ReadString() };
score.MD5Hash = sr.ReadString();