Closed canadaduane closed 1 year ago
Ugh. I just tested this and realized calling plugin() will create a new object each time, causing multiple re-registries of components and systems.
plugin()
This should be ready to review / merge.
Ugh. I just tested this and realized calling
plugin()
will create a new object each time, causing multiple re-registries of components and systems.