FactoryPlanner
FactoryPlanner copied to clipboard
Look into building prototypes on_load instead of saving them in global
- Theoretically better, but the data structures still save direct pointers to them in global
- Not sure if I want to avoid that by replacing it with a reference that needs to be resolved every time
- Will need to see how this would work with migrations even