 | IModLoaderLoadModAsync Method |
Load a mod asynchronously.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
SyntaxUniTask<Mod> LoadModAsync(
string path
)
Parameters
- path
- Type: SystemString
Path to a mod.
Return Value
Type:
UniTaskModReference to the
Mod, or
if it could not be loaded.
See Also