Zetrith / Prepatcher

Structured assembly rewriting library/mod for RW
MIT License
74 stars 7 forks source link

Prepatcher Optional Dependency #15

Closed legodude17 closed 1 year ago

legodude17 commented 1 year ago

Looking at the documentation, it seems to be based on making the mod depend on Prepatcher. Unfortunately, this is not feasible for me. In the previous versions, I could use careful management of method calling to only use the added fields when Prepatcher is installed. I was wondering if there is anything similar I could do with this version. Specifically, I would like a way to be able to add the field and use it when prepatcher is installed, but fall back to a dictionary-based approach if it is now.

legodude17 commented 1 year ago

Answered on Discord.