 | OsuBeatmapdifficulty Property |
This is the version documented from osu!api.
Namespace:
CSharpOsu.Module
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic string difficulty { get; set; }
Public Property difficulty As String
Get
Set
public:
property String^ difficulty {
String^ get ();
void set (String^ value);
}
member difficulty : string with get, set
Property Value
Type:
String
See Also