8 lines
183 B
C++
Executable file
8 lines
183 B
C++
Executable file
#include "GroundFormationData.h"
|
|
|
|
UGroundFormationData::UGroundFormationData() {
|
|
this->FormationSize = 0;
|
|
this->FormationSpread = 100.00f;
|
|
this->RandomSpread = 25.00f;
|
|
}
|
|
|