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

11 lines
269 B
C++
Executable file

#include "HugeExplosionComponent.h"
void UHugeExplosionComponent::TriggerExplosion(FVector Location) {
}
UHugeExplosionComponent::UHugeExplosionComponent() {
this->ExplosionEffect = NULL;
this->ExplosionSpeed = 100.00f;
this->ExplosionSize = 2500.00f;
}