C# Class SharpMod.BasicPlugin

Inheritance: IPlugin
Afficher le fichier Open project: txdv/sharpmod

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Load ( ) : void

Called when the plugin is loaded

Unload ( ) : void

Called when the plugin is unloaded

Method Details

Load() public méthode

Called when the plugin is loaded
public Load ( ) : void
Résultat void

Unload() public méthode

Called when the plugin is unloaded
public Unload ( ) : void
Résultat void