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

9 lines
177 B
C++
Executable file

#include "SubObjective.h"
FSubObjective::FSubObjective() {
this->OnProgressShout = NULL;
this->OnCompletedShout = NULL;
this->Required = 0;
this->Count = 0;
}