mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Mark TODO for BeatmapVersion.
This commit is contained in:
@ -15,6 +15,7 @@ namespace osu.Game.Database
|
||||
[PrimaryKey, AutoIncrement]
|
||||
public int ID { get; set; }
|
||||
|
||||
//TODO: should be in database
|
||||
public int BeatmapVersion;
|
||||
|
||||
public int? OnlineBeatmapID { get; set; }
|
||||
|
Reference in New Issue
Block a user