mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-21 19:40:39 +00:00
Generalize NPC AI stepping logic
The MobAI::Mobs map still needs to be removed.
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include "Buddies.hpp"
|
||||
#include "CustomCommands.hpp"
|
||||
#include "Combat.hpp"
|
||||
#include "MobAI.hpp"
|
||||
#include "Items.hpp"
|
||||
#include "Missions.hpp"
|
||||
#include "Nanos.hpp"
|
||||
@@ -107,7 +106,6 @@ int main() {
|
||||
CustomCommands::init();
|
||||
Combat::init();
|
||||
Chat::init();
|
||||
MobAI::init();
|
||||
Items::init();
|
||||
Eggs::init();
|
||||
Missions::init();
|
||||
|
||||
Reference in New Issue
Block a user