On this pageItemContainer.GetPluginDeclaration#public T GetPlugin()CopyDescription#Get plugin of type TUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ItemContainer target) { InventoryPlugin result = target.GetPlugin<InventoryPlugin>(); } }Copy