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

10 lines
249 B
C++
Executable file

#include "TestAnimInstance.h"
UTestAnimInstance::UTestAnimInstance() {
this->WalkCycleSpeed = 200.00f;
this->StartMovingSpeed = 50.00f;
this->StopMovingSpeed = 10.00f;
this->WalkCycleMinRate = 0.30f;
this->MeshScale = 1.00f;
}