Files
FNGameProj/Source/FortniteGame/Private/FortAlterationSlotStatus.cpp
2024-01-21 00:41:14 +01:00

9 lines
211 B
C++

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