On this pageCustomDataPlugin.hostpublic BasicStats host { get; }CopyDescription#Object hosting the pluginUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CustomDataPlugin target) { BasicStats result = target.host; } }Copy