9 lines
227 B
C++
Executable file
9 lines
227 B
C++
Executable file
#include "CommunityGoalTierResponse.h"
|
|
|
|
FCommunityGoalTierResponse::FCommunityGoalTierResponse() {
|
|
this->Found = false;
|
|
this->FirstTierGoal = 0.00f;
|
|
this->SecondTierGoal = 0.00f;
|
|
this->ThirdTierGoal = 0.00f;
|
|
}
|
|
|