DRG-Femboy-Voice/Source/FSD/Private/FlyingFormationData.cpp
2025-04-15 12:39:31 -07:00

8 lines
183 B
C++
Executable file

#include "FlyingFormationData.h"
UFlyingFormationData::UFlyingFormationData() {
this->FormationSize = 0;
this->FormationSpread = 100.00f;
this->RandomSpread = 25.00f;
}