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

11 lines
287 B
C++

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