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

@ -12,7 +12,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// A representation of a collection of beatmap difficulties, generally packaged as an ".osz" archive.
/// </summary>
public interface IBeatmapSetInfo : IHasOnlineID
public interface IBeatmapSetInfo : IHasOnlineID<int>
{
/// <summary>
/// The date when this beatmap was imported.