mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
15 lines
244 B
C++
15 lines
244 B
C++
#include "FortSocialPanel.h"
|
|
|
|
bool UFortSocialPanel::IsAnySlideOutMenuOpen() const {
|
|
return false;
|
|
}
|
|
|
|
void UFortSocialPanel::HandlePopAnimationComplete() {
|
|
}
|
|
|
|
|
|
UFortSocialPanel::UFortSocialPanel() {
|
|
this->PanelView_UserLists = NULL;
|
|
}
|
|
|