mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 08:02:23 -07:00
9 lines
234 B
C++
9 lines
234 B
C++
#include "CogSampleAbilitySystemGlobals.h"
|
|
|
|
#include "CogSampleGameplayEffectContext.h"
|
|
|
|
FGameplayEffectContext* UCogSampleAbilitySystemGlobals::AllocGameplayEffectContext() const
|
|
{
|
|
return new FCogSampleGameplayEffectContext();
|
|
}
|