public void WipeUIControl() { Controller.GameManager.Instance.GManager.GRef.Attacher.Remove("Stash"); UIControl = null; InventoryActors.Clear(); }
public void CreateUIControl() { UIControl = Controller.GameManager.Instance.GManager.GRef.Attacher.Add <Templates.Inventory.Stash>("Stash"); }