encompass-cs/TODO

12 lines
405 B
Plaintext
Raw Normal View History

2019-06-17 19:28:59 +00:00
- guard rail tests for nonexistent lookups in manager classes
- custom exception for nonexistent Entity ID
- custom exception for nonexistent Component ID
2019-06-22 16:57:06 +00:00
- special Engine kinds (detector, modifier, spawner)
2019-06-24 18:29:53 +00:00
- maybe AddEngine should take a constructed engine similarly to AddComponent?
2019-06-26 01:36:36 +00:00
- component getters should return ValueTuple instead of KeyValuePair so we can do destructuring assignments
2019-06-22 16:57:06 +00:00
- docs