Exemplo n.º 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);
 }
Exemplo n.º 2
0
 public static void load()
 {
     XenforceCommandInterpreter.AddCommand("help", sendHelp);
 }