mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 20:30:20 +08:00
Add setter for ScoreInfo.OnlineID
This commit is contained in:
@@ -248,7 +248,12 @@ namespace osu.Game.Scoring
|
||||
|
||||
#region Implementation of IHasOnlineID
|
||||
|
||||
public long OnlineID => OnlineScoreID ?? -1;
|
||||
[NotMapped]
|
||||
public long OnlineID
|
||||
{
|
||||
get => OnlineScoreID ?? -1;
|
||||
set => OnlineScoreID = value;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user