Implement NotSupporterPlaceholder

This commit is contained in:
Andrei Zavatski
2019-11-22 21:55:21 +03:00
parent 4063135a3a
commit d6c9387beb
3 changed files with 53 additions and 0 deletions

View File

@ -42,6 +42,7 @@ namespace osu.Game.Tests.Visual.Online
typeof(BeatmapAvailability),
typeof(BeatmapRulesetSelector),
typeof(BeatmapRulesetTabItem),
typeof(NotSupporterPlaceholder)
};
protected override bool UseOnlineAPI => true;