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

15 lines
413 B
C++
Executable file

#include "MiningPodDialogs.h"
FMiningPodDialogs::FMiningPodDialogs() {
this->DepartingIn5Min = NULL;
this->DepartingIn4Min = NULL;
this->DepartingIn3Min = NULL;
this->DepartingIn2Min = NULL;
this->DepartingIn1Min = NULL;
this->DepartingIn30Sec = NULL;
this->DepartingIn10Sec = NULL;
this->DepartingIn123Sec = NULL;
this->Departed = NULL;
this->DeepDiveDeparted = NULL;
}