コード例 #1
0
ファイル: GamesListService.cs プロジェクト: Nielk1/NadekoBot
        public async Task <DataGameList> GetGames(string type)
        {
            IGameList gameList = _gameListsKeyed[type.ToLowerInvariant()];

            return(await gameList.GetGamesNew());
        }