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