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