On this pageRPGOpenCloseAction.CloseDeclaration#public void Close()CopyDescription#Close the object (if opened)Usage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RPGOpenCloseAction target) { target.Close(); } } Copy