C# Class Orc.Wizard.ModuleInitializer

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

Public Methods

Method Description
Initialize ( ) : void

Initializes the module.

Method Details

Initialize() public static method

Initializes the module.
public static Initialize ( ) : void
return void