On this pageSocketClient.ClearItemDeclaration#public void ClearItem()CopyDescription#Clear current itemUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class CodeSample : MonoBehaviour{ public void Example(SocketClient target) { target.ClearItem(); } }Copy