8 lines
182 B
C++
Executable file
8 lines
182 B
C++
Executable file
#include "DebrisCellNoiseParameters.h"
|
|
|
|
FDebrisCellNoiseParameters::FDebrisCellNoiseParameters() {
|
|
this->Noise = NULL;
|
|
this->MinCellValue = 0;
|
|
this->MaxCellValue = 0;
|
|
}
|
|
|