mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-19 05:37:39 -04:00
Remove TODO comments from World::update() and World::loadMap() and replace with explanatory comments. World is an intentional thin token; the actual work happens in Application (TerrainManager, camera) and GameHandler (packet processing). This reflects the current architecture rather than implying missing work.