mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +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;
|
|
}
|
|
|