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

7 lines
223 B
C++
Executable file

#include "AnimatedItemParticleAfflictionEffect.h"
UAnimatedItemParticleAfflictionEffect::UAnimatedItemParticleAfflictionEffect() {
this->ItemCategory = EItemCategory::PrimaryWeapon;
this->ParticleEffect = NULL;
}