/NusumuPluginDemo

A Plugin for Nusumu

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Nusumu Plugin Demo

A Plugin template for Nusumu Plugin

Reminders

Never change the class name "NusumuPlugin". However, you can do "NusumuPluginxxx" as long as it starts with "NusumuPlugin" it is fine. Never change "Execute". Function name needs to be named "Execute" exactly in order for the plugin to function properly.

Usage

public static void Execute()
{
    //Code to execute
}