On this pageRPGLockUnlockAction.LockDeclaration#public void Lock()CopyDescription#Lock the objectUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RPGLockUnlockAction target) { target.Lock(); } } Copy