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

@ -65,7 +65,9 @@ namespace osu.Game.Scoring
[JsonIgnore]
public Replay Replay;
public BeatmapInfo Beatmap;
public int BeatmapInfoID { get; set; }
public BeatmapInfo BeatmapInfo;
public long OnlineScoreID;