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

9 lines
212 B
C++
Executable file

#include "FlameWallProjectile.h"
AFlameWallProjectile::AFlameWallProjectile() {
this->SegmentParticleClass = NULL;
this->SegmentCount = 0;
this->WallWidth = 250.00f;
this->ImpactClass = NULL;
}