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

17 lines
493 B
C++

#include "FortBotStructureBuilder.h"
void AFortBotStructureBuilder::RunDeconstructor() {
}
void AFortBotStructureBuilder::OnBuildingDied(AActor* DamagedActor, float Damage, AController* InstigatedBy, AActor* DamageCauser, FVector HitLocation, UPrimitiveComponent* FHitComponent, FName BoneName, FVector Momentum) {
}
void AFortBotStructureBuilder::BuildAll() {
}
AFortBotStructureBuilder::AFortBotStructureBuilder() {
this->BuildingInstructions = NULL;
this->CachedGoal = NULL;
}