예제 #1
0
        public async void RetrieveMapListStaticTest()
        {
            MapListStatic maps = await creepScore.RetrieveMap(CreepScore.Region.NA);

            Assert.Equal("SummonersRiftNew", maps.data["11"].mapName);
        }