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

9 lines
162 B
C++
Executable file

#include "FlareMeta.h"
FFlareMeta::FFlareMeta() {
this->Inhibit = 0.00f;
this->Radius = 0.00f;
this->InvRadius = 0.00f;
this->Moving = false;
}