mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
12 lines
293 B
C++
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;
|
|
}
|
|
|