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

7 lines
175 B
C++
Executable file

#include "PheromoneSpawnerComponent.h"
UPheromoneSpawnerComponent::UPheromoneSpawnerComponent() {
this->AttackPositioningCostModifier = 2.00f;
this->enemy = NULL;
}