mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Use APIBeatmap
for realm migration requiring ShortName
mapping
This commit is contained in:
@ -111,7 +111,7 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
|
||||
public bool Equals(IBeatmapInfo? other) => other is APIBeatmap b && this.MatchesOnlineID(b);
|
||||
|
||||
private class APIRuleset : IRulesetInfo
|
||||
public class APIRuleset : IRulesetInfo
|
||||
{
|
||||
public int OnlineID { get; set; } = -1;
|
||||
|
||||
|
Reference in New Issue
Block a user