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

9 lines
236 B
C++
Executable file

#include "DeepDiveAnalyticsInformation.h"
FDeepDiveAnalyticsInformation::FDeepDiveAnalyticsInformation() {
this->WasDeepDive = false;
this->LastDeepDiveStage = 0;
this->EliteDeepDive = false;
this->IsReplay = false;
}