Add customisation support for `LegacyHealthDisplay`

This commit is contained in:
Dean Herbert 2021-05-11 16:56:55 +09:00
parent 0cf3efa16b
commit f6f4b90d2b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
namespace osu.Game.Skinning
{
public class LegacyHealthDisplay : HealthDisplay
public class LegacyHealthDisplay : HealthDisplay, ISkinnableComponent
{
private const double epic_cutoff = 0.5;