DRG-Femboy-Voice/Source/FSDEngine/Private/WarpedProperties.cpp
2025-04-15 12:39:31 -07:00

7 lines
154 B
C++
Executable file

#include "WarpedProperties.h"
FWarpedProperties::FWarpedProperties() {
this->CellSize = EPreviewCellSize::PRV_CELL_SIZE_12_5;
this->Seed = 0;
}