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