[Sync] Core sync 20241030

This commit is contained in:
Yunfan Li
2024-10-30 21:10:43 +08:00
parent 67c1cccaec
commit 2cedf3f05b
4 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
#include "Unit.h"
#include "Vehicle.h"
#include "WaypointMovementGenerator.h"
#include "Corpse.h"
MovementAction::MovementAction(PlayerbotAI* botAI, std::string const name) : Action(botAI, name)
{