mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 03:39:53 +08:00
Mark IHasOnlineID implementation with region
This commit is contained in:
@@ -272,6 +272,10 @@ namespace osu.Game.Scoring
|
||||
return ReferenceEquals(this, other);
|
||||
}
|
||||
|
||||
#region Implementation of IHasOnlineID
|
||||
|
||||
public long OnlineID => OnlineScoreID ?? -1;
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user