mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Small DB-related refactoring
This commit is contained in:
@ -27,14 +27,13 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public int BeatmapSetInfoId { get; set; }
|
||||
|
||||
[Required]
|
||||
public BeatmapSetInfo BeatmapSet { get; set; }
|
||||
|
||||
public int? BeatmapMetadataId { get; set; }
|
||||
|
||||
public BeatmapMetadata Metadata { get; set; }
|
||||
|
||||
public int BeatmapDifficultyId { get; set; }
|
||||
|
||||
[Required]
|
||||
public BeatmapDifficulty Difficulty { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
|
Reference in New Issue
Block a user