Files
BusyRabbit/Source/BusyRabbit/Private/Level/Actor/Components/BusyAbilitySystemComponent.cpp
2025-09-24 13:57:17 +08:00

7 lines
167 B
C++

#include "Level/Actor/Components/BusyAbilitySystemComponent.h"
FString UBusyAbilitySystemComponent::GetLuaFilePath_Implementation() const
{
return LuaFilePath;
}