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