Mark TODO for BeatmapVersion.

This commit is contained in:
Dean Herbert
2017-04-06 13:15:33 +09:00
parent f193af2a2a
commit 18ff8efd46

View File

@ -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; }