HPluginConfigurationSavedata Property |
An XML element which may contain user preferences or other persistent plugin savedata.
This object will automatically be saved to disk when Terraria closes.
Make changes to this object to update your plugin's savedata.
This will be an empty element with blank defaults if your plugin claims it does not need persistent savedata (HPlugin.HasPersistentData = false).
Namespace:
com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:
TTPlugins (in TTPlugins.dll) Version: 1.2.1.0 (1.2.1.0)
Syntax
See Also