todo notes

pull/5/head
thatcosmonaut 2019-11-22 13:26:58 -08:00
parent 3ca8c50e82
commit 6275e0290c
1 changed files with 8 additions and 1 deletions

9
TODO
View File

@ -1,4 +1,11 @@
- implement IImmutableComponent and ITimedComponent
- immutable component system?
- method to remove all components of a type without destroying Entities
- method to remove a component of a type without destroying entity
- auto destroy entities that no longer have components
- fast lookup for messages that contain entity references instead of `Where` loop?
- look at test coverage
- docs