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

11 lines
165 B
C++
Executable file

#include "AfflictionEffect.h"
bool UAfflictionEffect::ShouldInstantiate_Implementation() const {
return false;
}
UAfflictionEffect::UAfflictionEffect() {
}