Files
FNGameProj/Source/FortniteGame/Private/FortAsyncAction_OpenChoiceUI.cpp
T
2024-06-07 01:17:09 +02:00

11 lines
309 B
C++

#include "FortAsyncAction_OpenChoiceUI.h"
UFortAsyncAction_OpenChoiceUI* UFortAsyncAction_OpenChoiceUI::OpenChoiceUI(AFortPlayerController* NewPlayerController, FChoiceData NewChoiceItems) {
return NULL;
}
UFortAsyncAction_OpenChoiceUI::UFortAsyncAction_OpenChoiceUI() {
PlayerController = NULL;
}