Files
2026-04-22 15:51:07 +02:00

13 lines
224 B
C++

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