6 lines
86 B
C++
Executable file
6 lines
86 B
C++
Executable file
#include "Formation.h"
|
|
|
|
FFormation::FFormation() {
|
|
this->FormationData = NULL;
|
|
}
|
|
|