Пример #1
0
 public static bool Load()
 {
     Instance = new CommandHandler();
     return true;
 }
Пример #2
0
 public CommandInfo(string command, CommandHandler.Command function, byte gmlevel, string[] param)
 {
     Command = command;
     Function = function;
     GmLevel = gmlevel;
     Parameters = param;
 }