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

9 lines
232 B
C++

#include "SupplyDropSubPhaseModifier.h"
FSupplyDropSubPhaseModifier::FSupplyDropSubPhaseModifier() {
this->GamePhase = EAthenaGamePhase::None;
this->SubPhaseIndex = 0;
this->SpawnInPreviousZonePercentChance = 0.00f;
}