Files
Reboot-Launcher/dependencies/reboot/Project Reboot 3.0/FortAthenaMutator_GiveItemsAtGamePhaseStep.cpp
Alessandro Autiero b41e22adeb <feat: New project structure>
<feat: New release>
2023-09-02 15:34:15 +02:00

8 lines
276 B
C++

#include "FortAthenaMutator_GiveItemsAtGamePhaseStep.h"
void AFortAthenaMutator_GiveItemsAtGamePhaseStep::OnGamePhaseStepChangedHook(UObject* Context, FFrame& Stack, void* Ret)
{
LOG_INFO(LogDev, __FUNCTION__);
return OnGamePhaseStepChangedOriginal(Context, Stack, Ret);
}