7 lines
175 B
C++
Executable file
7 lines
175 B
C++
Executable file
#include "PheromoneSpawnerComponent.h"
|
|
|
|
UPheromoneSpawnerComponent::UPheromoneSpawnerComponent() {
|
|
this->AttackPositioningCostModifier = 2.00f;
|
|
this->enemy = NULL;
|
|
}
|
|
|