Wizcorp/TileSystem

TileChangeManagerTests.cs : When entity is destroyed check all event deregistration

Opened this issue · 0 comments

In previous systems when an entity was destroyed we left the GC to clean up the references for the event handlers. In this system we are specifically calling it. Currently there is no test for this, one has to be written.