mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 20:33:54 -04:00
8 lines
354 B
Text
8 lines
354 B
Text
[x] Modify pools and list to be more efficient
|
|
[x] Rework Entity:give to remove any previous component and re-add it.
|
|
[x] Add Entity:ensure (maybe?)
|
|
[ ] Put pools in the Instance and invert dependency.
|
|
[ ] Share pools between systems
|
|
[ ] Remove System callbacks
|
|
[x] Put .added and .removed in pools so they can be iterated over
|
|
[ ] Implement assemblages
|