pgo
pgo copied to clipboard
Remove `ArchetypeResourceMaker` and using simple constructors instead
ArchetypeResourceMaker was introduced to help with persistence at first. We didn't implement anything at that time until later we implemented persistence with another idea. The resource maker interface now doesn't have any benefits but has made the code much more complex.