M_MSCLoader_ConsoleCommand_Run - piotrulos/MSCModLoader GitHub Wiki
The function that will get called when the command is ran.
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346
C#
public abstract void Run(
string[] args
)
View Source
- String[]
- The arguments the user passed after the command.