 | OsuBeatmapHP Property |
[Missing <summary> documentation for "P:CSharpOsu.Module.OsuBeatmap.HP"]
Namespace:
CSharpOsu.Module
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic float HP { get; set; }
Public Property HP As Single
Get
Set
public:
property float HP {
float get ();
void set (float value);
}
member HP : float32 with get, set
Property Value
Type:
Single
See Also