mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
252 B
C++
12 lines
252 B
C++
#include "AthenaRewardResult.h"
|
|
|
|
FAthenaRewardResult::FAthenaRewardResult() {
|
|
LevelsGained = 0;
|
|
BookLevelsGained = 0;
|
|
TotalSeasonXpGained = 0;
|
|
TotalBookXpGained = 0;
|
|
PrePenaltySeasonXpGained = 0;
|
|
AntiAddictionMultiplier = 1;
|
|
}
|
|
|