mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-07 15:44:51 -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.