Files
2026-04-22 15:51:07 +02:00

10 lines
268 B
C++

#include "FortStartLeavingZoneParams.h"
void UFortStartLeavingZoneParams::BreakParams(AFortPlayerController*& _PlayerControllerRequestingLeaving) {
}
UFortStartLeavingZoneParams::UFortStartLeavingZoneParams() {
this->PlayerControllerRequestingLeaving = NULL;
}