12 lines
271 B
C++
Executable file
12 lines
271 B
C++
Executable file
#include "PlatformGunAnimInstance.h"
|
|
|
|
void UPlatformGunAnimInstance::WeaponFired() {
|
|
}
|
|
|
|
UPlatformGunAnimInstance::UPlatformGunAnimInstance() {
|
|
this->SpinRate = 1.00f;
|
|
this->NormalSpinRate = 1.00f;
|
|
this->LerpSpeed = 2.00f;
|
|
this->FiredSpinRate = 10.00f;
|
|
}
|
|
|