11 lines
349 B
C++
Executable file
11 lines
349 B
C++
Executable file
#include "ConvertedRobotTurretAnimInstance.h"
|
|
|
|
UConvertedRobotTurretAnimInstance::UConvertedRobotTurretAnimInstance() {
|
|
this->ReplaceBurstAttack = false;
|
|
this->IsFiringGrenades = false;
|
|
this->IsDoingSpecialAttack = false;
|
|
this->ShouldFireBullets = false;
|
|
this->StopFiringBullets = false;
|
|
this->ShouldCannonDeploy = false;
|
|
}
|
|
|