예제 #1
0
        public async Task Load()
        {
            await tilesService.LoadTiles();

            Reset();
            gameTimer.Start();
        }
예제 #2
0
        public async Task Start()
        {
            await tilesService.LoadTiles();

            await ResetGame();
        }