public static bool Load() { Instance = new CommandHandler(); return true; }
public CommandInfo(string command, CommandHandler.Command function, byte gmlevel, string[] param) { Command = command; Function = function; GmLevel = gmlevel; Parameters = param; }