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

13 lines
396 B
C++

#include "FortHeroSupportPerkIndicator.h"
void UFortHeroSupportPerkIndicator::SetSupportTypeToRepresent(const EFortSupportBonusType NewSupportTypeToRepresent) {
}
void UFortHeroSupportPerkIndicator::SetItemToRepresent(const UFortItem* NewItemToRepresent) {
}
UFortHeroSupportPerkIndicator::UFortHeroSupportPerkIndicator() {
this->SupportTypeToRepresent = EFortSupportBonusType::Normal;
}