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

12 lines
293 B
C++

#include "AlterationSlot.h"
FAlterationSlot::FAlterationSlot() {
this->UnlockLevel = 0;
this->UnlockRarity = EFortRarity::Common;
this->bRespeccable = false;
this->SlotInitMin = EFortRarity::Common;
this->SlotInitMax = EFortRarity::Common;
this->SlotInitIndex = 0;
}