got command handling implemented

This commit is contained in:
Maverick Motherfucker 2011-06-03 22:50:30 -07:00
parent bf0a95f656
commit 4aa5c71b5b
2 changed files with 22 additions and 11 deletions

View file

@ -54,6 +54,11 @@ namespace TShockAPI
command(args);
return true;
}
public string Name()
{
return name;
}
}
public static void InitCommands()