Files
FNGameProj/Source/FortniteGame/Private/FortChallengeBundleRewards.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
159 B
C++

#include "FortChallengeBundleRewards.h"
FFortChallengeBundleRewards::FFortChallengeBundleRewards() {
CompletionCount = 0;
bBundlePrestige = false;
}