dmlary / morrow

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

Clean up World.update_views/add_entity chain #13

Closed dmlary closed 4 years ago

dmlary commented 4 years ago

World.update_views and World.add_entity are performing logic that should likely be moved into the EntityManager instance. Examine the whole chain of modification notices and find a better way to implement them all.

All of this cross-class talk is dumb.

dmlary commented 4 years ago

fixed in #19