More general refactorings.

This commit is contained in:
smoogipooo
2017-03-10 14:42:14 +09:00
parent 5f440d0b53
commit 58a88cc715
11 changed files with 235 additions and 28 deletions

View File

@ -6,7 +6,7 @@ using osu.Framework.Graphics.Containers;
namespace osu.Game.Modes.UI
{
internal abstract class HealthDisplay : Container
public abstract class HealthDisplay : Container
{
public readonly BindableDouble Current = new BindableDouble
{