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