9 lines
201 B
C++
Executable file
9 lines
201 B
C++
Executable file
#include "BoxGenerationComponent.h"
|
|
|
|
UBoxGenerationComponent::UBoxGenerationComponent() {
|
|
this->IsCarver = false;
|
|
this->NoiseRange = 0.00f;
|
|
this->Visible = true;
|
|
this->Noise = NULL;
|
|
}
|
|
|