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

8 lines
206 B
C++
Executable file

#include "BeltDrivenAnimInstance.h"
UBeltDrivenAnimInstance::UBeltDrivenAnimInstance() {
this->BarrelSpinRate = 1.00f;
this->CurrentBarrelSpinRate = 0.00f;
this->ExternalForceScale = 1.00f;
}