Files
FNGameProj/Source/FortniteGame/Private/FortNewPlayerParams.cpp
2024-01-21 00:41:14 +01:00

13 lines
333 B
C++

#include "FortNewPlayerParams.h"
void UFortNewPlayerParams::SetParams(AFortPlayerController* _NewPlayerController, UFortNewPlayerParams*& ThisParam) {
}
void UFortNewPlayerParams::BreakParams(AFortPlayerController*& _NewPlayerController) {
}
UFortNewPlayerParams::UFortNewPlayerParams() {
this->NewPlayerController = NULL;
}