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

9 lines
222 B
C++
Executable file

#include "CommunityGoalStateData.h"
FCommunityGoalStateData::FCommunityGoalStateData() {
this->isGoal = false;
this->isRecruitment = false;
this->TimeLeftSeconds = 0.00f;
this->CurrentGoalPeriodID = 0;
}