mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-29 19:27:34 +00:00
7 lines
91 B
C++
7 lines
91 B
C++
#include "QuickBarSlot.h"
|
|
|
|
FQuickBarSlot::FQuickBarSlot() {
|
|
this->bEnabled = false;
|
|
}
|
|
|