DRG-Femboy-Voice/Source/FSD/Private/AreaSpawnerComponent.cpp
2025-04-15 12:39:31 -07:00

11 lines
333 B
C++
Executable file

#include "AreaSpawnerComponent.h"
void UAreaSpawnerComponent::SpawnInArea(const FVector& Origin, float Radius, float maxVerticalDistance, APawn* Instigator) {
}
UAreaSpawnerComponent::UAreaSpawnerComponent() {
this->ActorToSpawn = NULL;
this->PathfinderSize = DeepPathFinderSize::Small;
this->ChanceToSpawn = 1.00f;
}