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

14 lines
360 B
C++
Executable file

#include "PatrolBotAnimInstance.h"
UPatrolBotAnimInstance::UPatrolBotAnimInstance() {
this->PatrolBot = NULL;
this->Tilt = 0.00f;
this->Rolling = false;
this->NotRolling = false;
this->Disabled = false;
this->FlyingDisable = false;
this->CurrentTilt = 0.00f;
this->TiltSpeed = 350.00f;
this->WheelSpeedModifier = 1.00f;
}