Exemple #1
0
 void UpdateButtons()
 {
     UN.SetInteractable(_continueBtn, HasSavedGame());
     UN.SetInteractable(_loadBtn, HasSavedGame());
 }