Rutherther / NosSmooth

Nostale bot library written in C#. May describe the current state of the game/character from packets. Multiple sources available for capturing the packets from running game.
MIT License
6 stars 3 forks source link

Rewrite NosSmooth.Data to use providers #28

Open Rutherther opened 2 years ago

Rutherther commented 2 years ago

NosSmooth.Data currently switches between files and database by implementations of IInfoService and ILanguageService, it would be better if it used a system of providers. Something like ef core providers.