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

13 lines
337 B
C++
Executable file

#include "GooGunAnimInstance.h"
void UGooGunAnimInstance::SetTargetBarrelRotationRate(float RotationRate) {
}
UGooGunAnimInstance::UGooGunAnimInstance() {
this->isCharging = false;
this->ChargePercentVisual = 0.00f;
this->ChargePercent = 0.00f;
this->OverChargePercent = 0.00f;
this->BarrelRotationRate = 1.00f;
}