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