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

11 lines
296 B
C++
Executable file

#include "CommunityGoalStateResponse.h"
FCommunityGoalStateResponse::FCommunityGoalStateResponse() {
this->isGoal = false;
this->isRecruitment = false;
this->FreeBeers = false;
this->TimeLeftSeconds = 0.00f;
this->LastUpdateGoalsID = 0;
this->CurrentGoalPeriodID = 0;
}