SocketWindowUI.AttachSelectedItem
Declaration#
public void AttachSelectedItem()Description#
Attach the selected item to the socket
Usage#
using NullSave.GDTK.Inventory;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(SocketWindowUI target) { target.AttachSelectedItem(); }
}