Files
2024-01-21 00:41:14 +01: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;
}