Exemple #1
0
 public override void Initialize()
 {
     _commandSet = new PluginManagerCommands {
         ParentPlugin = this
     };
     SendMessage("Moduthulhu-Command Root", "AddCommand", _commandSet);
 }
Exemple #2
0
 public override void Initialize()
 {
     _commandSet = new PluginManagerCommands()
     {
         ParentPlugin = this
     };
     SendMessage("Lomztein-Command Root", "AddCommand", _commandSet);
 }