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

14 lines
412 B
C++

#include "FortPlayerDBNOEnterParams.h"
void UFortPlayerDBNOEnterParams::SetParams(AFortPlayerPawn* _KilledPlayer, AController* _KilledBy, UFortPlayerDBNOEnterParams*& ThisParam) {
}
void UFortPlayerDBNOEnterParams::BreakParams(AFortPlayerPawn*& _KilledPlayer, AController*& _KilledBy) {
}
UFortPlayerDBNOEnterParams::UFortPlayerDBNOEnterParams() {
this->KilledPlayer = NULL;
this->KilledBy = NULL;
}