Updated Guide (markdown)

Stone_Red
2021-08-18 22:45:51 +02:00
parent 2cad1c16be
commit 4ccae1c020
+3 -1
@@ -6,7 +6,9 @@
3. Create a class that inherits from `DesktopMagicPluginAPI.Plugin`
4. Implement the reqired members from `DesktopMagicPluginAPI.Plugin`
4. Implement the required members from `DesktopMagicPluginAPI.Plugin`
5. Compile it into a `.dll` file and in the plugin directory create a directory with the same name as the `.dll` file without the file extension and put the `.dll` file with all required dependencies into it.
## Examples