Thraka / SadConsole

A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
MIT License
1.23k stars 120 forks source link

Move Configuration.Builder basics to SadConsole and out of the host #343

Open Thraka opened 8 months ago

Thraka commented 8 months ago

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.