You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 baseGameHost
class and then host-specific builders can upcast.The text was updated successfully, but these errors were encountered: