 | Gamematch_type Property |
[Missing <summary> documentation for "P:CSharpOsu.Module.Game.match_type"]
Namespace:
CSharpOsu.Module
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic string match_type { get; set; }
Public Property match_type As String
Get
Set
public:
property String^ match_type {
String^ get ();
void set (String^ value);
}
member match_type : string with get, set
Property Value
Type:
String
See Also