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