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

10 lines
236 B
C++
Executable file

#include "CryoSprayAnimInstance.h"
UCryoSprayAnimInstance::UCryoSprayAnimInstance() {
this->Weapon = NULL;
this->IsFiring = false;
this->ChargeProgress = 0.00f;
this->ChargeBlend = 0.00f;
this->Pressure = 0.00f;
}