naschorr/deep-rock-galactic-save-syncer

Improve `ConfigLoaderService` to expose an actual interface of actual config options

Closed this issue · 0 comments

Right now it just exposes a dynamic config object which is very lazy. Properties should be specified as nullable members which are populated once upon service spinup.

See: https://github.com/naschorr/deep-rock-galactic-save-syncer/blob/main/GUI/Data/ConfigLoaderService.cs