Files
2026-04-22 15:51:07 +02:00

9 lines
232 B
C++

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