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

13 lines
271 B
C++

#include "XPEventInfo.h"
FXPEventInfo::FXPEventInfo() {
QuestDef = NULL;
Priority = EXPEventPriorityType::NearReticle;
EventXpValue = 0;
TotalXpEarnedInMatch = 0;
RestedValuePortion = 0;
SeasonBoostValuePortion = 0;
RestedXPRemaining = 0;
}