On this pageInventoryRPGUnlockAction.UnlockDeclaration#public void Unlock()CopyDescription#Unlock the objectUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(InventoryRPGUnlockAction target) { target.Unlock(); } } Copy