Files
FNGameProj/Source/FortniteGame/Private/FortAthenaMutator_Hover.cpp
T
2024-03-03 23:44:39 +01:00

9 lines
264 B
C++

#include "FortAthenaMutator_Hover.h"
void AFortAthenaMutator_Hover::OnGamePhaseStepChanged(const TScriptInterface<IFortSafeZoneInterface>& SafeZoneInterface, const EAthenaGamePhaseStep GamePhaseStep) {
}
AFortAthenaMutator_Hover::AFortAthenaMutator_Hover() {
}