Files
FNGameProj/Source/FortniteGame/Private/DeployableBaseCore.cpp
2024-01-21 00:41:14 +01:00

12 lines
273 B
C++

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