9 lines
396 B
C++
Executable file
9 lines
396 B
C++
Executable file
#include "HackableBuildingObjective.h"
|
|
#include "Templates/SubclassOf.h"
|
|
|
|
void UHackableBuildingObjective::DropOverCharger(AProceduralSetup* Setup, const FVector& buildingLocation, float idealRange, float idealZDistance, UDebrisPositioning* DebrisPositioning, TSubclassOf<ARessuplyPod> generatorClass, bool AddImportantLocation) {
|
|
}
|
|
|
|
UHackableBuildingObjective::UHackableBuildingObjective() {
|
|
}
|
|
|