7 lines
123 B
C++
Executable file
7 lines
123 B
C++
Executable file
#include "PillarSegment.h"
|
|
|
|
FPillarSegment::FPillarSegment() {
|
|
this->Scale = 0.00f;
|
|
this->HeightOffset = 0.00f;
|
|
}
|
|
|