#include "FortDailyRewardsItemData.h" FFortDailyRewardsItemData::FFortDailyRewardsItemData() { this->RewardItem = NULL; this->RewardDay = 0; this->IsCurrentReward = false; this->IsClaimed = false; }