11 lines
278 B
C++
Executable file
11 lines
278 B
C++
Executable file
#include "TunnelSetting.h"
|
|
|
|
UTunnelSetting::UTunnelSetting() {
|
|
this->PathfinderNoise = NULL;
|
|
this->BaseSegmentSetting = NULL;
|
|
this->TightBendSegmentSetting = NULL;
|
|
this->DirtSegmentSetting = NULL;
|
|
this->DirtOffsetSetting = NULL;
|
|
this->Weight = 1.00f;
|
|
}
|
|
|