6 lines
134 B
C++
Executable file
6 lines
134 B
C++
Executable file
#include "ProjectileUpgradeElement.h"
|
|
|
|
UProjectileUpgradeElement::UProjectileUpgradeElement() {
|
|
this->NewTrailParticle = NULL;
|
|
}
|
|
|