Moved ComboResultCounter to right namespace

This commit is contained in:
Adonais Romero González 2016-10-15 22:24:03 -05:00
parent 862dc1d7c7
commit 15c6a563be

View File

@ -12,7 +12,7 @@ using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace osu.Game.GameModes.Play.UserInterface namespace osu.Game.GameModes.Play
{ {
/// <summary> /// <summary>
/// Used to display combo with a roll-up animation in results screen. /// Used to display combo with a roll-up animation in results screen.