mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 02:42:54 +08:00
Mark IHasOnlineID
implementation with region
This commit is contained in:
parent
34d4715220
commit
6e4f7af8d3
@ -272,6 +272,10 @@ namespace osu.Game.Scoring
|
|||||||
return ReferenceEquals(this, other);
|
return ReferenceEquals(this, other);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#region Implementation of IHasOnlineID
|
||||||
|
|
||||||
public long OnlineID => OnlineScoreID ?? -1;
|
public long OnlineID => OnlineScoreID ?? -1;
|
||||||
|
|
||||||
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user