Click or drag to resize

HPluginInitialize Method

Called by the HPlugin applicator immediately after creating an instance of this HPlugin. Setup your plugin here. 1. Set the various fields of the Identity property to identify your plugin. 2. Set HasPersistentData to true or false, depending on the plugin's needs.

Namespace:  com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:  TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntax
public virtual void Initialize()
See Also