Zone optimizations

This commit is contained in:
Akkadius
2024-11-14 05:30:33 -06:00
parent 75698a809f
commit 010ba01ee7
8 changed files with 116 additions and 4 deletions
+1
View File
@@ -202,6 +202,7 @@ public:
void DisplayInfo(Mob *mob);
std::unordered_map<uint16, Mob *> m_close_mobs;
std::unordered_map<int, bool> m_can_see_mob;
Timer m_scan_close_mobs_timer;
Timer m_mob_check_moving_timer;