Files
FNGameProj/Source/FortniteGame/Private/FortThreatParticleActor.cpp
2024-01-21 00:41:14 +01:00

13 lines
224 B
C++

#include "FortThreatParticleActor.h"
TArray<FThreatLocationInfo> AFortThreatParticleActor::GetThreatClouds() const {
return TArray<FThreatLocationInfo>();
}
AFortThreatParticleActor::AFortThreatParticleActor() {
}