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

8 lines
150 B
C++

#include "QuickBarAndSlot.h"
FQuickBarAndSlot::FQuickBarAndSlot() {
this->QuickBarType = EFortQuickBars::Primary;
this->QuickBarSlot = 0;
}