mirror of
https://github.com/ppy/osu
synced 2025-01-31 10:22:02 +00:00
Add xmldoc for public property
This commit is contained in:
parent
a63b6a3ddf
commit
02f590309d
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user