mirror of
https://github.com/osukey/osukey.git
synced 2025-06-25 05:07:59 +09: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…
x
Reference in New Issue
Block a user