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