mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
10 lines
217 B
C++
10 lines
217 B
C++
#include "FortDailyRewardsItemData.h"
|
|
|
|
FFortDailyRewardsItemData::FFortDailyRewardsItemData() {
|
|
this->RewardItem = NULL;
|
|
this->RewardDay = 0;
|
|
this->IsCurrentReward = false;
|
|
this->IsClaimed = false;
|
|
}
|
|
|