mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
More general refactorings.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user