mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
MetadataID -> BeatmapMetadataID
This commit is contained in:
@ -8,7 +8,7 @@ namespace osu.Game.Database
|
|||||||
[PrimaryKey]
|
[PrimaryKey]
|
||||||
public int BeatmapSetID { get; set; }
|
public int BeatmapSetID { get; set; }
|
||||||
[NotNull, Indexed]
|
[NotNull, Indexed]
|
||||||
public int MetadataID { get; set; }
|
public int BeatmapMetadataID { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user