mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Add index on online score id
This commit is contained in:
@ -67,7 +67,7 @@ namespace osu.Game.Scoring
|
||||
|
||||
public BeatmapInfo BeatmapInfo;
|
||||
|
||||
public long OnlineScoreID;
|
||||
public long? OnlineScoreID { get; set; }
|
||||
|
||||
public DateTimeOffset Date;
|
||||
|
||||
|
Reference in New Issue
Block a user