10 lines
236 B
C++
Executable file
10 lines
236 B
C++
Executable file
#include "TunnelSegmentSetting.h"
|
|
|
|
UTunnelSegmentSetting::UTunnelSegmentSetting() {
|
|
this->Material = NULL;
|
|
this->PathfinderNoise = NULL;
|
|
this->CielingNoise = NULL;
|
|
this->WallNoise = NULL;
|
|
this->FloorNoise = NULL;
|
|
}
|
|
|