1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

Mark IHasOnlineID implementation with region

This commit is contained in:
Bartłomiej Dach 2021-10-30 14:15:20 +02:00
parent 34d4715220
commit 6e4f7af8d3
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -272,6 +272,10 @@ namespace osu.Game.Scoring
return ReferenceEquals(this, other);
}
#region Implementation of IHasOnlineID
public long OnlineID => OnlineScoreID ?? -1;
#endregion
}
}