DRG-Femboy-Voice/Source/FSD/Private/InsectSwarmSpawner.cpp
2025-04-15 12:39:31 -07:00

14 lines
291 B
C++
Executable file

#include "InsectSwarmSpawner.h"
void AInsectSwarmSpawner::OnSwarmDestroyed(AActor* DestroyedActor) {
}
AInsectSwarmSpawner::AInsectSwarmSpawner() {
this->SwarmType = NULL;
this->SpawnHeightOffset = 100.00f;
this->AlertDistance = 1000.00f;
this->respawnDelay = 15.00f;
}