Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

IPlugin

Dima Octavian edited this page Dec 18, 2015 · 1 revision

IPlugin is an interface for all PawnPlus's plugins.

A plugin need to contains a class derived from this interface in order to be loaded.

Contains:

// Plugin's author.
string Author { get; }

// Plugin's description.
string Description { get; }

// Plugin's name.
string Name { get; }
Clone this wiki locally