mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
User property instead of method
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
}, true);
|
||||
}
|
||||
|
||||
protected override bool IsOnlineScope() => true;
|
||||
protected override bool IsOnlineScope => true;
|
||||
|
||||
protected override APIRequest FetchScores(Action<IEnumerable<APIRoomScoreInfo>> scoresCallback)
|
||||
{
|
||||
|
Reference in New Issue
Block a user