mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
9 lines
156 B
C++
9 lines
156 B
C++
#include "QuickBar.h"
|
|
|
|
FQuickBar::FQuickBar() {
|
|
this->CurrentFocusedSlot = 0;
|
|
this->PreviousFocusedSlot = 0;
|
|
this->SecondaryFocusedSlot = 0;
|
|
}
|
|
|