private void OnDestroy()
 {
     unitSaveManager.SaveInventory(commonInventory.ItemSlots);
 }
Exemple #2
0
 private void OnDestroy()
 {
     unitSaveManager.SaveInventory(items);
 }