Config

Static class which handles the configuration options and YAML interactions.

struct Config {
LoggerSettings logging;
DisplaySettings display;
GraphicsSettings graphics;
UserInterfaceSettings userInterface;
EditorSettings editor;
}

Meta