Files
2026-04-22 15:51:07 +02:00

10 lines
217 B
C++

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