mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-15 12:48:20 +00:00
691a42ba20
Add wandering vendor script Update proximity monitors to move with their respective entityies
13 lines
265 B
CMake
13 lines
265 B
CMake
set(DSCRIPTS_SOURCES_AI_WILD
|
|
"AllCrateChicken.cpp"
|
|
"LupGenericInteract.cpp"
|
|
"WildAmbients.cpp"
|
|
"WildAmbientCrab.cpp"
|
|
"WildAndScared.cpp"
|
|
"WildGfGlowbug.cpp"
|
|
"WildNinjaBricks.cpp"
|
|
"WildNinjaStudent.cpp"
|
|
"WildNinjaSensei.cpp"
|
|
"WildPants.cpp"
|
|
PARENT_SCOPE)
|