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