Files
2026-04-22 15:51:07 +02:00

9 lines
156 B
C++

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