Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAsyncAction_RejoinSession.cpp
T
2026-04-22 15:51:07 +02:00

11 lines
293 B
C++

#include "FortAsyncAction_RejoinSession.h"
UFortAsyncAction_RejoinSession* UFortAsyncAction_RejoinSession::RejoinSession(AFortPlayerController* NewPlayerController) {
return NULL;
}
UFortAsyncAction_RejoinSession::UFortAsyncAction_RejoinSession() {
this->PlayerController = NULL;
}