mirror of
https://github.com/johndoe6345789/ArenaFPS.git
synced 2026-04-25 14:15:14 +00:00
11 lines
297 B
C++
11 lines
297 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "LyraAbilitySourceInterface.h"
|
|
|
|
#include UE_INLINE_GENERATED_CPP_BY_NAME(LyraAbilitySourceInterface)
|
|
|
|
ULyraAbilitySourceInterface::ULyraAbilitySourceInterface(const FObjectInitializer& ObjectInitializer)
|
|
: Super(ObjectInitializer)
|
|
{}
|
|
|