Files
2026-04-22 15:51:07 +02:00

10 lines
233 B
C++

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