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