8 lines
152 B
C++
Executable file
8 lines
152 B
C++
Executable file
#include "EnemySpawnItem.h"
|
|
|
|
FEnemySpawnItem::FEnemySpawnItem() {
|
|
this->enemy = NULL;
|
|
this->Count = 0;
|
|
this->VeteranComposition = 0.00f;
|
|
}
|
|
|