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

11 lines
328 B
C++
Executable file

#include "ChargedWeaponAnimInstance.h"
UChargedWeaponAnimInstance::UChargedWeaponAnimInstance() {
this->isCharging = false;
this->ChargeupPlayRate = 1.00f;
this->ChargeupPlayRateSpeedChange = 1.00f;
this->ChargedownPlayRateSpeedChange = 3.00f;
this->MaxChargeupPlayRate = 2.50f;
this->Weapon = NULL;
}