 | OsuUserBestaccuracy Property |
You will need math round to 2 decimals to get a fancy value.
Namespace:
CSharpOsu.Module
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic float accuracy { get; set; }
Public Property accuracy As Single
Get
Set
public:
property float accuracy {
float get ();
void set (float value);
}
member accuracy : float32 with get, set
Property Value
Type:
Single
See Also