Move CommentsHeader to it's own file

This commit is contained in:
Andrei Zavatski
2019-10-08 20:57:55 +03:00
parent 9ab309fc0e
commit b9ad079bf8
3 changed files with 71 additions and 56 deletions

View File

@ -17,6 +17,8 @@ namespace osu.Game.Tests.Visual.Online
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(CommentsContainer),
typeof(CommentsHeader),
typeof(DrawableComment),
};
protected override bool UseOnlineAPI => true;