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

14 lines
354 B
C++
Executable file

#include "ShootingPlantAnimInstance.h"
UShootingPlantAnimInstance::UShootingPlantAnimInstance() {
this->Target = NULL;
this->Yaw = 0.00f;
this->MappedYaw = 0.00f;
this->Pitch = 0.00f;
this->YawSpeed = 1.00f;
this->PitchSpeed = 1.00f;
this->IsVisible = false;
this->LookingLeft = false;
this->LookingRight = false;
}