7 lines
159 B
C++
Executable file
7 lines
159 B
C++
Executable file
#include "EnemyGroupDescriptorSpawnItem.h"
|
|
|
|
FEnemyGroupDescriptorSpawnItem::FEnemyGroupDescriptorSpawnItem() {
|
|
this->enemy = NULL;
|
|
this->Count = 0;
|
|
}
|
|
|