mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
221 B
C++
12 lines
221 B
C++
#include "FortLevelUpDataV2.h"
|
|
|
|
FFortLevelUpDataV2::FFortLevelUpDataV2() {
|
|
XP = 0;
|
|
DifficultyLevel = 0;
|
|
XPDisplayMultiplier = 1;
|
|
RestXPCap = 0;
|
|
RestXPRechargeRate = 0;
|
|
BoostXPPerConsumable = 0;
|
|
}
|
|
|