10 lines
235 B
C++
Executable file
10 lines
235 B
C++
Executable file
#include "MultiHitscanHit.h"
|
|
|
|
FMultiHitscanHit::FMultiHitscanHit() {
|
|
this->TargetComponentIndex = 0;
|
|
this->PhysicalMaterialIndex = 0;
|
|
this->BoneIndex = 0;
|
|
this->PlayImpactSound = false;
|
|
this->SpawnDecal = false;
|
|
}
|
|
|