C# Class SharpMod.BasicPlugin

Inheritance: IPlugin
Datei anzeigen Open project: txdv/sharpmod

Private Properties

Property Type Description

Public Methods

Method Description
Load ( ) : void

Called when the plugin is loaded

Unload ( ) : void

Called when the plugin is unloaded

Method Details

Load() public method

Called when the plugin is loaded
public Load ( ) : void
return void

Unload() public method

Called when the plugin is unloaded
public Unload ( ) : void
return void