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

10 lines
238 B
C++
Executable file

#include "InfestedEnemiesMutator.h"
UParticleSystem* UInfestedEnemiesMutator::GetParticleSystem(AFSDPawn* enemy) const {
return NULL;
}
UInfestedEnemiesMutator::UInfestedEnemiesMutator() {
this->SpawnEffects.AddDefaulted(5);
}