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

9 lines
225 B
C++

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