void Start() { storageUi = StorageUi.instance; }
//create instance and declare storage slots private void Awake() { instance = this; inventorySlots = itemsParent.GetComponentsInChildren <ItemSlot>(); }