コード例 #1
0
 //!Zapisuje grę.
 public void saveGame()
 {
     saveDataController.updateSaveData();
     saveDataController.saveToFile();
 }