HPluginPatchOperations Property |
The list of patch operations that constitute this HPlugin's functionality.
Namespace:
com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:
TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntaxpublic List<HPatchOperation> PatchOperations { get; }
Public ReadOnly Property PatchOperations As List(Of HPatchOperation)
Get
Property Value
Type:
ListHPatchOperation
See Also