Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAthenaMutator_RespawnLocation.cpp
2026-04-22 15:51:07 +02:00

9 lines
225 B
C++

#include "FortAthenaMutator_RespawnLocation.h"
AFortAthenaMutator_RespawnLocation::AFortAthenaMutator_RespawnLocation() {
this->bRespawnInAir = true;
this->bRespawnAtDeath = true;
this->RespawnHeight = 0.00f;
}