Rename AllowConfiguration to AllowCustomisation and simplify drawable addition

This commit is contained in:
Dean Herbert
2022-04-20 23:17:29 +09:00
parent b722ff8dc5
commit 4466e15bfc
2 changed files with 31 additions and 28 deletions

View File

@ -10,7 +10,7 @@ namespace osu.Game.Screens.OnlinePlay
{
public class FreeModSelectScreen : ModSelectScreen
{
protected override bool AllowConfiguration => false;
protected override bool AllowCustomisation => false;
protected override bool ShowTotalMultiplier => false;
public new Func<Mod, bool> IsValidMod