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

8 lines
183 B
C++
Executable file

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