1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

Apply required refactor

This commit is contained in:
Dean Herbert 2019-03-25 21:39:15 +09:00
parent 5d166a011d
commit e512d88899

View File

@ -14,8 +14,6 @@ namespace osu.Game.Screens.Multi
{
public override bool DisallowExternalBeatmapRulesetChanges => false;
public override bool RemoveWhenNotAlive => false;
public virtual string ShortTitle => Title;
[Resolved(CanBeNull = true)]