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