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

7 lines
158 B
C++

#include "FortDifficultyIncreaseRewardEntry.h"
FFortDifficultyIncreaseRewardEntry::FFortDifficultyIncreaseRewardEntry() {
DifficultyIncreaseTier = 0;
}