Rename UpdateStream components to ChangelogUpdateStream

This commit is contained in:
Andrei Zavatski
2020-03-03 16:20:36 +03:00
parent 740eb9ff53
commit 8dcdd6db6f
4 changed files with 11 additions and 11 deletions

View File

@ -17,8 +17,8 @@ namespace osu.Game.Tests.Visual.Online
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(UpdateStreamBadgeArea),
typeof(UpdateStreamBadge),
typeof(ChangelogUpdateStreamBadgeArea),
typeof(ChangelogUpdateStreamBadge),
typeof(ChangelogHeader),
typeof(ChangelogContent),
typeof(ChangelogListing),