Files
2026-04-22 15:51:07 +02: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;
}