mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
17 lines
493 B
C++
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;
|
|
}
|
|
|