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

12 lines
345 B
C++
Executable file

#include "MissionShouts.h"
FMissionShouts::FMissionShouts() {
this->AfterDropPodExit = NULL;
this->OnExitPodDescending = NULL;
this->OnExitPodArrived = NULL;
this->OnCompletion = NULL;
this->OnCompletion_OneOfMultiple = NULL;
this->OnAllReturnObjectivesCompleted = NULL;
this->OnDeepDiveExitPodDescending = NULL;
}