Files
Project-Reboot-3.0/Project Reboot 3.0/FortGameplayAbilityAthena_PeriodicItemGrant.cpp
Milxnor 0d7b45cbbc a bit
start work on vending machines, fix some playlist specific things, fixed a bug with <s5 playlist looting,
2023-04-08 19:05:06 -04:00

7 lines
288 B
C++

#include "FortGameplayAbilityAthena_PeriodicItemGrant.h"
void UFortGameplayAbilityAthena_PeriodicItemGrant::StartItemAwardTimersHook(UObject* Context, FFrame& Stack, void* Ret)
{
LOG_INFO(LogDev, "StartItemAwardTimersHook!");
return StartItemAwardTimersOriginal(Context, Stack, Ret);
}