Hey Tyler, long time! I see you’ve made lots of changes to Anymod. It looks awesome! It was your ‘open source mods’ email that brought me back. Very intrigued by your new approach.
I have a couple of quick questions. [1] If I have one mod loading some external data what’s the preferred method for other mods to also use this data? [2] Is it safe to use the global Anyod object for this? For instance, assign my data as a property of Amymod, like Amymod.myData = {...}
then access this data in other mods?