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

7 lines
121 B
C++
Executable file

#include "ScaledEffect.h"
FScaledEffect::FScaledEffect() {
this->ParticleSystem = NULL;
this->Scale = 0.00f;
}