Files
FNGameProj/Source/FortniteGame/Private/GlyphRewardInfo.cpp
2024-01-21 00:41:14 +01:00

8 lines
127 B
C++

#include "GlyphRewardInfo.h"
FGlyphRewardInfo::FGlyphRewardInfo() {
this->BundleDef = NULL;
this->QuestDef = NULL;
}