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

8 lines
161 B
C++
Executable file

#include "DeepRepPath.h"
FDeepRepPath::FDeepRepPath() {
this->PathLength = 0;
this->State = EDeepMovementState::Stationary;
this->StateBits = 0;
}