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

9 lines
211 B
C++

#include "FortAlterationSlotStatus.h"
FFortAlterationSlotStatus::FFortAlterationSlotStatus() {
this->Alteration = NULL;
this->MinRequiredLevel = 0;
this->MinHostItemRarity = EFortRarity::Common;
}