On this pageStatusEffectPlugin.hostpublic StatsAndEffects host { get; }CopyDescription#Object hosting the pluginUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StatusEffectPlugin target) { StatsAndEffects result = target.host; } }Copy