Telegram API + Card API
New features!
Changelog:
- Added CardSeason, CardCategory enum
- Added MarketType, Market, Trade, TradingCard classes
- Enhanced GetDump() with ability to get trading card dumps using GetDump(CardSeason)
- Added SendTelegram() so people can use Telegram API to send telegrams (Not tested properly)
- Replaced GetFlag() with Flag property (instead of nation.GetFlag() use nation.Flag)
- Added GetCard() to get information of a card
- Added GetDeck() to get all cards of a nation
- GetDump bugfix over XML parsing "&"
- Minor bugfixes