7 lines
158 B
C++
Executable file
7 lines
158 B
C++
Executable file
#include "HitscanDelayedImpact.h"
|
|
|
|
FHitscanDelayedImpact::FHitscanDelayedImpact() {
|
|
this->ImpactSound = NULL;
|
|
this->FirstPersonImpactSound = NULL;
|
|
}
|
|
|