@@ -93,9 +93,7 @@ namespace GFGGame
_ui.m_t_close.Play(() =>
{
_ui.m_comCard.m_holder.visible = false;
- _ui.m_t_open.Play(() =>
- {
- });
+ _ui.m_t_open.Play();
UpdateView();
});
}