Files
FNGameProj/Source/FortniteGame/Private/AthenaAIServiceLoot.cpp
T
2024-06-07 01:17:09 +02:00

17 lines
436 B
C++

#include "AthenaAIServiceLoot.h"
void UAthenaAIServiceLoot::UpdateSupplyDropStatus() {
}
void UAthenaAIServiceLoot::UpdateMovingLoots() {
}
void UAthenaAIServiceLoot::OnGamePhaseStepChanged(const TScriptInterface<IFortSafeZoneInterface>& SafeZoneInterface, const EAthenaGamePhaseStep GamePhaseStep) {
}
UAthenaAIServiceLoot::UAthenaAIServiceLoot() {
CachedWorldItem = NULL;
BotBuildingContainerBlacklistDataTable = NULL;
}