A .NET library for fetching data from CommunityDragon written completely in C#.
- Summoner icons
- Summoner icon sets
- Challenges
- Champion summaries
- TFT companions
- Discord Rich Presense texts
- Event shops
- Generic Client assets
- Hextech loot
- Hextech loot milestones
- Maps metadata
- Missions metadata
- Rune and stats icons
- League game queues metadata
- Banners
- Skinlines
- Skins
- Statstones (Mastery)
- Clash banners
- Ward skin sets
- Ward skins
- Emotes
- Summoner spells
- Clash trophies
- Game modes icons and loading screens
- Items
- Universes metadata
If you want a new feature for library create new feature request issue
- Search for
craftersmine.League.CommunityDragon
in NuGet explorer in Visual Studio (or your IDE) - Using NuGet Package Manager:
PM> Install-Package craftersmine.League.CommunityDragon
- Download NuGet package from Releases page and put it in your Local NuGet Feed
- Download packaged binaries from Releases and link DLL Assembly to your project
- Add
using craftersmine.League.CommunityDragon
directive - Instantiate new object of type
CommunityDragon
with required game version and game locale