Add xmldoc for public property

This commit is contained in:
Bartłomiej Dach 2020-06-26 19:22:45 +02:00
parent a63b6a3ddf
commit 02f590309d

View File

@ -31,6 +31,9 @@ namespace osu.Game.Screens.Play.HUD
/// </summary>
public double LowHealthThreshold = 0.20f;
/// <summary>
/// Whether the current player health should be shown on screen.
/// </summary>
public readonly Bindable<bool> ShowHealth = new Bindable<bool>();
private readonly Bindable<bool> fadePlayfieldWhenHealthLow = new Bindable<bool>();