Files
FNGameProj/Source/FortniteGame/Private/SupplyDropSubPhaseModifier.cpp
T
2024-06-07 01:17:09 +02:00

9 lines
210 B
C++

#include "SupplyDropSubPhaseModifier.h"
FSupplyDropSubPhaseModifier::FSupplyDropSubPhaseModifier() {
GamePhase = EAthenaGamePhase::None;
SubPhaseIndex = 0;
SpawnInPreviousZonePercentChance = 1;
}