User property instead of method

This commit is contained in:
Dean Herbert
2019-07-21 10:42:40 +09:00
parent 842417cf42
commit e76b3e2b40
3 changed files with 4 additions and 4 deletions

View File

@ -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)
{