bloodmasters
bloodmasters copied to clipboard
Consider reworking configuration management
Currently, the configuration is stored in .cfg
file and is managed by a custom Configuration
class for read/write/save operations.
We should consider reworking this to use a modern file format (json?) and eliminate most of the code in this file. Maybe even inject config from DI