8 lines
166 B
C++
Executable file
8 lines
166 B
C++
Executable file
#include "ReflectiveHitscanHit.h"
|
|
|
|
FReflectiveHitscanHit::FReflectiveHitscanHit() {
|
|
this->Component = NULL;
|
|
this->BoneIndex = 0;
|
|
this->PhysMat = NULL;
|
|
}
|
|
|