1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 05:09:57 +08:00

Mark IHasOnlineID implementation with region

This commit is contained in:
Bartłomiej Dach
2021-10-30 14:15:20 +02:00
Unverified
parent 34d4715220
commit 6e4f7af8d3
+4
View File
@@ -272,6 +272,10 @@ namespace osu.Game.Scoring
return ReferenceEquals(this, other);
}
#region Implementation of IHasOnlineID
public long OnlineID => OnlineScoreID ?? -1;
#endregion
}
}