MonkeyModdingTroop / MonkeyLoader

A convenience and extendability focused mod loader using NuGet packages.
https://monkeymoddingtroop.github.io/MonkeyLoader/index.html
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Add different visibility levels for config keys, and add a config section to set which keys are visible #19

Open Nytra opened 4 months ago

Nytra commented 4 months ago

A new method should be added such as GetVisibleKeys which will enumerate the keys using the current visibility level

The visibility levels should work internally as tags (string) such as Internal and Advanced, with new config key components which implement the visibility