コード例 #1
0
 private void OnClick()
 {
     _alert.Alert(null, I18n.__("ingame.title.confirm"), () =>
     {
         _gameState.ResetGameState();
         SceneManager.LoadScene(titleSceneName);
     });
 }