7 lines
213 B
C++
Executable file
7 lines
213 B
C++
Executable file
#include "FlameWallSegment.h"
|
|
#include "Components/SphereComponent.h"
|
|
|
|
AFlameWallSegment::AFlameWallSegment() {
|
|
this->CollisionComponent = CreateDefaultSubobject<USphereComponent>(TEXT("SphereComponent"));
|
|
}
|
|
|