modify scripts
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
// // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
// // THE SOFTWARE.
|
||||
|
||||
using DG.Tweening;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using VContainer;
|
||||
@ -65,11 +66,7 @@ namespace WordsToolkit.Scripts.GUI
|
||||
|
||||
public void ShowLanguageSelector()
|
||||
{
|
||||
menuManager.CloseAllPopups();
|
||||
menuManager.ShowPopup<LanguageSelectionGame>(null, result =>
|
||||
{
|
||||
UpdateText();
|
||||
});
|
||||
menuManager.ShowPopup<LanguageSelectionGame>(null, result => { UpdateText(); });
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user