On this pageTransferWindowUI.TakeSelectedItemDeclaration#public void TakeSelectedItem()CopyDescription#Take selected item from otherUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TransferWindowUI target) { target.TakeSelectedItem(); } }Copy