Implement HeaderButton component

This commit is contained in:
Andrei Zavatski
2019-10-08 21:38:19 +03:00
parent b9ad079bf8
commit 574170124c
3 changed files with 131 additions and 1 deletions

View File

@ -19,6 +19,7 @@ namespace osu.Game.Tests.Visual.Online
typeof(CommentsContainer),
typeof(CommentsHeader),
typeof(DrawableComment),
typeof(HeaderButton),
};
protected override bool UseOnlineAPI => true;