Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Configurator System

pointcache edited this page Jan 17, 2017 · 1 revision

This system is just an example of how to do application configuration. It subscribes to InitializerSystem event that fires just after configs were loaded. Use this pattern to create your own custom configurators, or change this one.

Is a container for your application configuration. Such as

  • initialize graphics settings from config
  • change additional stuff you need

Add methods here and hook them to reactive variables in Configs

Clone this wiki locally