15 lines
413 B
C++
Executable file
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;
|
|
}
|
|
|