feat: hatchlings (#2008)

tested that hatchlings now function
fixes #759

Update MovementAIComponent.cpp

Update MovementAIComponent.cpp

Update HatchlingPets.cpp
This commit is contained in:
David Markowitz
2026-06-20 15:10:00 -07:00
committed by GitHub
parent a1891955e2
commit 135aec8112
9 changed files with 151 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ target_include_directories(dScriptsServerBase PUBLIC "."
"Minigame"
"Minigame/General"
"Objects"
"Objects/Hatchlings"
)
target_precompile_headers(dScriptsServerBase REUSE_FROM dScriptsBase)