mirror of
https://github.com/osukey/osukey.git
synced 2025-07-21 18:30:02 +09:00
Fix some columns
This commit is contained in:
@ -69,11 +69,11 @@ namespace osu.Game.Scoring
|
|||||||
|
|
||||||
public int BeatmapInfoID { get; set; }
|
public int BeatmapInfoID { get; set; }
|
||||||
|
|
||||||
public BeatmapInfo BeatmapInfo;
|
public BeatmapInfo BeatmapInfo { get; set; }
|
||||||
|
|
||||||
public long? OnlineScoreID { get; set; }
|
public long? OnlineScoreID { get; set; }
|
||||||
|
|
||||||
public DateTimeOffset Date;
|
public DateTimeOffset Date { get; set; }
|
||||||
|
|
||||||
public Dictionary<HitResult, object> Statistics = new Dictionary<HitResult, object>();
|
public Dictionary<HitResult, object> Statistics = new Dictionary<HitResult, object>();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user