7 lines
171 B
C++
Executable file
7 lines
171 B
C++
Executable file
#include "HitScanImpactUpgradeElement.h"
|
|
|
|
UHitScanImpactUpgradeElement::UHitScanImpactUpgradeElement() {
|
|
this->ImpactParticle = NULL;
|
|
this->ImpactSound = NULL;
|
|
}
|
|
|