10 lines
278 B
C++
Executable file
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;
|
|
}
|
|
|