Click or drag to resize

HPluginPrePatch Method

Called by the HPlugin applicator immediately before the plugin's PatchOperations are executed. If the plugin has not defined its PatchOperations by this point, it must do so now, or nothing will be patched.

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