Move implementation to HUD

This commit is contained in:
Dean Herbert
2020-04-09 14:31:25 +09:00
parent 0e2d5213ce
commit 4976f80b71
6 changed files with 19 additions and 21 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Screens.Play.HUD
/// <summary>
/// Bind the tracked fields of <see cref="HealthProcessor"/> to this health display.
/// </summary>
public void BindHealthProcessor(HealthProcessor processor)
public virtual void BindHealthProcessor(HealthProcessor processor)
{
Current.BindTo(processor.Health);
}