mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
17 lines
410 B
C++
17 lines
410 B
C++
#include "FortCreativeIslandPanel.h"
|
|
|
|
void UFortCreativeIslandPanel::PushPanelInputComponent(APlayerController* PlayerController) {
|
|
}
|
|
|
|
void UFortCreativeIslandPanel::PopPanelInputComponent(APlayerController* PlayerController) {
|
|
}
|
|
|
|
FString UFortCreativeIslandPanel::GetSupportCode() const {
|
|
return TEXT("");
|
|
}
|
|
|
|
UFortCreativeIslandPanel::UFortCreativeIslandPanel() {
|
|
this->PanelInputComponent = NULL;
|
|
}
|
|
|