private void OnDestroy()
 {
     unitSaveManager.SaveInventory(commonInventory.ItemSlots);
 }
Пример #2
0
 private void OnDestroy()
 {
     unitSaveManager.SaveInventory(items);
 }