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

13 lines
312 B
C++

#include "FortUIPerk.h"
FFortUIPerk::FFortUIPerk() {
this->Hero = NULL;
this->Tier = EFortItemTier::No_Tier;
this->SupportBonusType = EFortSupportBonusType::Normal;
this->bIsTierPerk = false;
this->bIsUpgrade = false;
this->bIsEvolution = false;
this->bIsEvolutionBranch = false;
}