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

10 lines
278 B
C++
Executable file

#include "AnimNotify_FSDPlayParticleEffect.h"
UAnimNotify_FSDPlayParticleEffect::UAnimNotify_FSDPlayParticleEffect() {
this->PSTemplate = NULL;
this->AlwaysZUp = false;
this->Attached = true;
this->IsFirstPerson = false;
this->UseTerainMaterial = false;
}