Allow for long online IDs and implement in ScoreInfo

This commit is contained in:
Dean Herbert
2021-10-29 11:48:36 +09:00
parent 7ab68525b4
commit 34d4715220
5 changed files with 8 additions and 6 deletions

View File

@ -11,7 +11,7 @@ namespace osu.Game.Rulesets
/// <summary>
/// A representation of a ruleset's metadata.
/// </summary>
public interface IRulesetInfo : IHasOnlineID
public interface IRulesetInfo : IHasOnlineID<int>
{
/// <summary>
/// The user-exposed name of this ruleset.