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

11 lines
239 B
C++

#include "FortUIPerkTier.h"
FFortUIPerkTier::FFortUIPerkTier() {
this->HeroSpecialization = NULL;
this->Tier = EFortItemTier::No_Tier;
this->CurrentHero = NULL;
this->bIsUpgrade = false;
this->bIsEvolution = false;
}