9 lines
212 B
C++
Executable file
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;
|
|
}
|
|
|