Пример #1
0
 public static void load()
 {
     XenforceCommandInterpreter.AddCommand("getbool", getValueBool);
     XenforceCommandInterpreter.AddCommand("getint", getValueInt);
     XenforceCommandInterpreter.AddCommand("setint", setValueInt);
     XenforceCommandInterpreter.AddCommand("setbool", setValuebool);
     XenforceCommandInterpreter.AddCommand("setwelcomemessage", setWelcomeMessage);
     XenforceCommandInterpreter.AddCommand("setactivationmessage", setActivationMessage);
 }
Пример #2
0
 public static void load()
 {
     XenforceCommandInterpreter.AddCommand("help", sendHelp);
 }