Files
2024-01-21 00:41:14 +01:00

9 lines
156 B
C++

#include "QuickBar.h"
FQuickBar::FQuickBar() {
this->CurrentFocusedSlot = 0;
this->PreviousFocusedSlot = 0;
this->SecondaryFocusedSlot = 0;
}