CursedSheep / NusumuPluginDemo

A Plugin for Nusumu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
}

About

A Plugin for Nusumu

License:GNU General Public License v3.0


Languages

Language:C# 100.0%