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