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