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

11 lines
336 B
C++
Executable file

#include "HalloweenSkullAnimInstance.h"
UHalloweenSkullAnimInstance::UHalloweenSkullAnimInstance() {
this->JawMovementSpeedMin = 8.00f;
this->JawMovementSpeedMax = 15.00f;
this->JawMovementRange = 25.00f;
this->SwitchAnimationTimeMin = 1.00f;
this->SwitchAnimationTimeMax = 5.00f;
this->JawPosition = 0.00f;
}