void UpdateButtons() { UN.SetInteractable(_continueBtn, HasSavedGame()); UN.SetInteractable(_loadBtn, HasSavedGame()); }