Пример #1
0
 //Clear inventory on application quit.
 private void OnApplicationQuit()
 {
     inventory.ClearInventory();
 }