EcsRx / ecsrx

A reactive take on the ECS pattern for .net game developers
MIT License
520 stars 36 forks source link

Updated code to latest SystemsRx and fixed issue #35 #36

Closed grofit closed 1 year ago

grofit commented 2 years ago

This should now correctly account for multiple interfaces of the same type for data related systems.

grofit commented 1 year ago

I am going to push this through as I dont see it having any negative effects and ive also added some other fixes related to deletion of entities during setup which touch the same area.