DRG-Femboy-Voice/Source/FSD/Private/CrossbowStuckProjectileEffectExploding.cpp
2025-04-15 12:39:31 -07:00

14 lines
427 B
C++
Executable file

#include "CrossbowStuckProjectileEffectExploding.h"
void UCrossbowStuckProjectileEffectExploding::StartTimeoutTimer(UHealthComponentBase* destroyed) {
}
void UCrossbowStuckProjectileEffectExploding::EnableTimeOut() {
}
UCrossbowStuckProjectileEffectExploding::UCrossbowStuckProjectileEffectExploding() {
this->ChemicalSoundCue = NULL;
this->ChemicalAudioComponent = NULL;
this->ChemicalReactionDelay = 5.00f;
}