8 lines
206 B
C++
Executable file
8 lines
206 B
C++
Executable file
#include "BeltDrivenAnimInstance.h"
|
|
|
|
UBeltDrivenAnimInstance::UBeltDrivenAnimInstance() {
|
|
this->BarrelSpinRate = 1.00f;
|
|
this->CurrentBarrelSpinRate = 0.00f;
|
|
this->ExternalForceScale = 1.00f;
|
|
}
|
|
|