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

9 lines
219 B
C++
Executable file

#include "AnchorTurnerAnimInstance.h"
UAnchorTurnerAnimInstance::UAnchorTurnerAnimInstance() {
this->ModuleRotation = 0.00f;
this->Percent = 0.00f;
this->TurnSpeed = 0.00f;
this->IsFinished = false;
}