11 lines
336 B
C++
Executable file
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;
|
|
}
|
|
|