dmlary / morrow

Ruby ECS-based MUD server
MIT License
4 stars 1 forks source link

Move ViewExemptComponent out of EntityManager #24

Closed dmlary closed 4 years ago

dmlary commented 4 years ago

The exemption mechanism is more for the World than the EntityManager, similar to our handling of SpawnedComponent during destroy_entity. This should be moved up into a get_view helper in World::Helpers.