Make counter public.

This commit is contained in:
Huo Yaoyuan
2016-09-24 08:52:41 +08:00
parent d8666deaa0
commit 16f1dff849
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ using osu.Framework.Graphics.Containers;
namespace osu.Game.Graphics.UserInterface
{
class KeyCounter : FlowContainer
public class KeyCounter : FlowContainer
{
public KeyCounter()
{