6 lines
136 B
C++
Executable file
6 lines
136 B
C++
Executable file
#include "FormationsManagerComponent.h"
|
|
|
|
UFormationsManagerComponent::UFormationsManagerComponent() {
|
|
this->SpawnManager = NULL;
|
|
}
|
|
|