8 lines
158 B
C++
Executable file
8 lines
158 B
C++
Executable file
#include "ProjectileImpact.h"
|
|
|
|
FProjectileImpact::FProjectileImpact() {
|
|
this->PhysMat = NULL;
|
|
this->BoneIndex = 0;
|
|
this->bBlockingHit = false;
|
|
}
|
|
|