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

9 lines
213 B
C++
Executable file

#include "DeepDiveTester.h"
ADeepDiveTester::ADeepDiveTester() {
this->Biome = NULL;
this->Seed = -1;
this->MissionStructure = EMissionStructure::DeepDive_Normal;
this->stages.AddDefaulted(3);
}