Files
2024-01-21 00:41:14 +01:00

9 lines
177 B
C++

#include "HeroItem.h"
FHeroItem::FHeroItem() {
this->Quantity = 0;
this->Replenishment = EFortReplenishmentType::Restricted;
this->bShowInAbilityScreen = false;
}