public void UpdateInGameTime()
 {
     _inGameTime.OnUpdate();
     _uiInGameBattlePage.UpdateLimitTimeText(_inGameTime.LeftTimeSeconds);
 }