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

9 lines
167 B
C++
Executable file

#include "DeepDiveItem.h"
FDeepDiveItem::FDeepDiveItem() {
this->Progress = 0;
this->Seed = 0;
this->BestTime = 0;
this->HasEverCompleted = false;
}