Files
FNGameProj/Source/FortniteGame/Private/DeployableBaseCore.cpp
T
2024-06-07 01:17:09 +02:00

12 lines
261 B
C++

#include "DeployableBaseCore.h"
FTransform ADeployableBaseCore::GetSimpleDeathFXTransform_Implementation() const {
return FTransform{};
}
ADeployableBaseCore::ADeployableBaseCore() {
Plot = NULL;
bRegisterAsGlobalGameplayEventListener = false;
}