From 6275e0290c990c71eb40f4f4599b6aa6ffd9a112 Mon Sep 17 00:00:00 2001 From: thatcosmonaut Date: Fri, 22 Nov 2019 13:26:58 -0800 Subject: [PATCH] todo notes --- TODO | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index b6feb3e..2822a8e 100644 --- a/TODO +++ b/TODO @@ -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