krafs / LevelUp

Rimworld mod for customizing colonist level up notifications.
MIT License
6 stars 8 forks source link

Add faster access to profile from patch #88

Closed krafs closed 2 years ago

krafs commented 2 years ago

Currently, the Learn-patch accesses the actions via LoadedModManager, which is much slower than retrieving them statically directly from Settings. This adds a static property for direct access to the current profile with all actions.