@transmissions11
Imp-ling a MUD game that has some config "values" that are pure functions (e.g. map time passed to growth, etc)
What kind of pattern would you use to implement this most cleanly/idiomatically?
a) Library all systems that need the functions import
b) A system that other systems call
c) ?