Files
FNGameProj/Source/FortniteGame/Private/QuickBarSlot.cpp
T
2024-06-07 01:17:09 +02:00

11 lines
182 B
C++

#include "QuickBarSlot.h"
FQuickBarSlot::FQuickBarSlot() {
bEnabled = false;
bIsDirty = false;
bIsReserved = false;
bIsOccupied = false;
UsedBySlotIndex = 0;
}