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

12 lines
252 B
C++

#include "AthenaRewardResult.h"
FAthenaRewardResult::FAthenaRewardResult() {
LevelsGained = 0;
BookLevelsGained = 0;
TotalSeasonXpGained = 0;
TotalBookXpGained = 0;
PrePenaltySeasonXpGained = 0;
AntiAddictionMultiplier = 1;
}