public static void PrintHelp() { if (NetGame.isServer) { serverCommands.OnHelp(string.Empty); } else { clientCommands.OnHelp(string.Empty); } }
public static void ShowCurrentHelp() { current.OnHelp(currentCommand); }