mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Beatmap -> BeatmapInfo + add foreign key
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user