Files
FNGameProj/Source/FortniteGame/Private/DeployableBaseCore.cpp
T
2024-03-03 23:44:39 +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;
}