8 lines
138 B
C++
Executable file
8 lines
138 B
C++
Executable file
#include "Pillar.h"
|
|
|
|
FPillar::FPillar() {
|
|
this->NoiseOverride = NULL;
|
|
this->NoiseScale = 0.00f;
|
|
this->EndcapScale = 0.00f;
|
|
}
|
|
|