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

8 lines
190 B
C++
Executable file

#include "RandomWalkCycleEntry.h"
FRandomWalkCycleEntry::FRandomWalkCycleEntry() {
this->RandomSelectionWeight = 0.00f;
this->CoolDown = 0.00f;
this->LastTimePlayed = 0.00f;
}