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