Ejemplo n.º 1
0
 private static void UpdateOpenedInventory(int index)
 {
     ItemSortStatus.UpdateIndex(index, InventoryManager.GetBagsByInventoryBagId(BagIdsByIndex(index)));
 }
Ejemplo n.º 2
0
 private static void UpdatePlayerInventory()
 {
     ItemSortStatus.UpdateIndex(ItemSortStatus.PlayerInventoryIndex, InventoryManager.GetBagsByInventoryBagId(GeneralFunctions.MainBags));
 }