mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Delete breadcrumb implementation
This commit is contained in:
@ -7,7 +7,6 @@ using NUnit.Framework;
|
||||
using osu.Game.Online.API.Requests.Responses;
|
||||
using osu.Game.Overlays;
|
||||
using osu.Game.Overlays.Changelog;
|
||||
using osu.Game.Overlays.Changelog.Header;
|
||||
|
||||
namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
@ -25,9 +24,6 @@ namespace osu.Game.Tests.Visual.Online
|
||||
typeof(ChangelogListing),
|
||||
typeof(ChangelogSingleBuild),
|
||||
typeof(ChangelogBuild),
|
||||
typeof(Breadcrumb),
|
||||
typeof(BreadcrumbListing),
|
||||
typeof(BreadcrumbRelease),
|
||||
};
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Reference in New Issue
Block a user