Example #1
0
 public void SavePlayer()
 {
     SaveSystem.SavePlayer(this);
     inventory.SaveInventory();
 }