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

10 lines
329 B
C++

#include "FortAthenaMutator_GiveItemsAtGamePhaseStep.h"
void AFortAthenaMutator_GiveItemsAtGamePhaseStep::OnGamePhaseStepChanged(EAthenaGamePhaseStep GamePhaseStep) {
}
AFortAthenaMutator_GiveItemsAtGamePhaseStep::AFortAthenaMutator_GiveItemsAtGamePhaseStep() {
this->PhaseToGiveItems = EAthenaGamePhaseStep::BusFlying;
}