7 lines
223 B
C++
Executable file
7 lines
223 B
C++
Executable file
#include "AnimatedItemParticleAfflictionEffect.h"
|
|
|
|
UAnimatedItemParticleAfflictionEffect::UAnimatedItemParticleAfflictionEffect() {
|
|
this->ItemCategory = EItemCategory::PrimaryWeapon;
|
|
this->ParticleEffect = NULL;
|
|
}
|
|
|