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

7 lines
193 B
C++

#include "FortAthenaMutator_ItemDropOnDeath.h"
AFortAthenaMutator_ItemDropOnDeath::AFortAthenaMutator_ItemDropOnDeath() {
this->RespawnRequirements = ERespawnRequirements::RespawnOnly;
}