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

10 lines
233 B
C++

#include "FortInGamePerkDisplayData.h"
FFortInGamePerkDisplayData::FFortInGamePerkDisplayData() {
this->PerkDisplayType = EFortHeroPerkDisplayType::CommanderPerk;
this->Index = 0;
this->Row = 0;
this->Column = 0;
}