WittleWolfie / WW-Blueprint-Core

A library to simplify modifying Pathfinder: Wrath of the Righteous.
MIT License
15 stars 5 forks source link

Update config file support to allow multiple mods #4

Closed WittleWolfie closed 3 years ago

WittleWolfie commented 3 years ago

Currently Guids, ProgressionConfig, and FeatureSelectionConfig can only be init once. To support multiple mods, each mod should be able to pass in a config to process.

WittleWolfie commented 3 years ago

Removed Progression/FeatureSelectionConfig as I don't think they belong.

Guids is now handled by function call and is optional.