Move Configuration.Builder basics to SadConsole and out of the host
Opened this issue · 0 comments
Thraka commented
The extended library can't add config builders to SadConsole because the configuration system requires a game host object. Really the only thing that's host related is passing the Game
object around. This could be changed to the base GameHost
class and then host-specific builders can upcast.