C# Class Orc.Wizard.ModuleInitializer

Used by the ModuleInit. All code inside the Initialize method is ran as soon as the assembly is loaded.
Afficher le fichier Open project: WildGums/Orc.Wizard

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initializes the module.

Method Details

Initialize() public static méthode

Initializes the module.
public static Initialize ( ) : void
Résultat void