Exemple #1
0
        async UniTask ShowGameList()
        {
            string selectedID = await _gameList.Open();

            if (selectedID != null)
            {
                await _app.LoadGame(selectedID);

                SetMenuVisible(false);
            }
        }