6 lines
108 B
C++
Executable file
6 lines
108 B
C++
Executable file
#include "InsectSwarmEnemy.h"
|
|
|
|
AInsectSwarmEnemy::AInsectSwarmEnemy() {
|
|
this->SwarmParticles = NULL;
|
|
}
|
|
|