TransferWindowUI.otherInventory
public Inventory otherInventory { get; set; }Description#
Get/Set the other Inventory
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(TransferWindowUI target) { Inventory result = target.otherInventory; } }