got command handling implemented
This commit is contained in:
parent
bf0a95f656
commit
4aa5c71b5b
2 changed files with 22 additions and 11 deletions
|
|
@ -54,6 +54,11 @@ namespace TShockAPI
|
|||
command(args);
|
||||
return true;
|
||||
}
|
||||
|
||||
public string Name()
|
||||
{
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
||||
public static void InitCommands()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue