1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 04:59:52 +08:00

Fix some columns

This commit is contained in:
smoogipoo
2018-11-28 20:16:20 +09:00
Unverified
parent 2bb7a078c9
commit aaf3e650a5
+2 -2
View File
@@ -69,11 +69,11 @@ namespace osu.Game.Scoring
public int BeatmapInfoID { get; set; }
public BeatmapInfo BeatmapInfo;
public BeatmapInfo BeatmapInfo { get; set; }
public long? OnlineScoreID { get; set; }
public DateTimeOffset Date;
public DateTimeOffset Date { get; set; }
public Dictionary<HitResult, object> Statistics = new Dictionary<HitResult, object>();