Files
FNGameProj/Source/FortniteUI/Private/FortDailyRewardsItemData.cpp
2024-01-21 00:41:14 +01:00

10 lines
217 B
C++

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