wManager.Plugin Namespace
Classes
| Class | Description | |
|---|---|---|
|
|
PluginsManager |
Class to manage plugins (IPlugin). You can use .cs (for C#), .vb (for Visual Basic.net) or .dll file (you can also use .lua if you want use lua code with LuaBot, but you don't need to implement this interface), you need to save plugin in the folder "WRobot\Plugins\" (and restart bot to appear in plugins tab). |
Interfaces
| Interface | Description | |
|---|---|---|
|
|
IPlugin |
Plugin interface, implement IPlugin to create your plugin. You can use .cs (for C#), .vb (for Visual Basic.net) or .dll file (you can also use .lua if you want use lua code with LuaBot, but you don't need to implement this interface), you need to save plugin in the folder "WRobot\Plugins\" (and restart bot to appear in plugins tab). |

