7 lines
154 B
C++
Executable file
7 lines
154 B
C++
Executable file
#include "WarpedProperties.h"
|
|
|
|
FWarpedProperties::FWarpedProperties() {
|
|
this->CellSize = EPreviewCellSize::PRV_CELL_SIZE_12_5;
|
|
this->Seed = 0;
|
|
}
|
|
|