MAK-Relic-Tool / Issue-Tracker

Central Bug Tracker / Issues Board for the MAK Relic Tool
0 stars 0 forks source link

Refactor 'EntrypointRegistry' to relic-tool-core #12

Closed ModernMAK closed 7 months ago

ModernMAK commented 1 year ago

An entrypoint registry allows us to share the logic of mapping a key-value function to an entrypoint, allowing us to treat subpackages as plugins instead of packages when running those subpackages inside the respective 'core' packages.

SGA-Core and Chunky-Core I believe are the only two currently, although Asset-Core could be outfitted to use it as well, with a 'TValue' of Any, and a probable TKey of either Chunky or string (extension specifically)