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