mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
11 lines
287 B
C++
11 lines
287 B
C++
#include "FortAsyncAction_RejoinSession.h"
|
|
|
|
UFortAsyncAction_RejoinSession* UFortAsyncAction_RejoinSession::RejoinSession(AFortPlayerController* NewPlayerController) {
|
|
return NULL;
|
|
}
|
|
|
|
UFortAsyncAction_RejoinSession::UFortAsyncAction_RejoinSession() {
|
|
PlayerController = NULL;
|
|
}
|
|
|