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

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;
}