mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 04:23:31 +00:00
11 lines
240 B
C++
11 lines
240 B
C++
#include "FortDailyRewards.h"
|
|
|
|
bool UFortDailyRewards::TryGetDailyRewardsData(FFortDailyRewardsData& OutDailyRewardsData, int32 ItemCardsPerSchedule, int32 MinEpicRewards) {
|
|
return false;
|
|
}
|
|
|
|
|
|
UFortDailyRewards::UFortDailyRewards() {
|
|
}
|
|
|