mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
257 B
C++
12 lines
257 B
C++
#include "AlterationSlot.h"
|
|
|
|
FAlterationSlot::FAlterationSlot() {
|
|
UnlockLevel = 0;
|
|
UnlockRarity = EFortRarity::Common;
|
|
bRespeccable = false;
|
|
SlotInitMin = EFortRarity::Common;
|
|
SlotInitMax = EFortRarity::Common;
|
|
SlotInitIndex = 0;
|
|
}
|
|
|