7 lines
167 B
C++
7 lines
167 B
C++
#include "Level/Actor/Components/BusyAbilitySystemComponent.h"
|
|
|
|
FString UBusyAbilitySystemComponent::GetLuaFilePath_Implementation() const
|
|
{
|
|
return LuaFilePath;
|
|
}
|