8 lines
195 B
C++
Executable file
8 lines
195 B
C++
Executable file
#include "PillarGenerationComponent.h"
|
|
|
|
UPillarGenerationComponent::UPillarGenerationComponent() {
|
|
this->Points.AddDefaulted(2);
|
|
this->Visible = true;
|
|
this->PillarSettings = NULL;
|
|
}
|
|
|