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

14 lines
391 B
C++
Executable file

#include "ConvertedRobotAnimInstance.h"
UConvertedRobotAnimInstance::UConvertedRobotAnimInstance() {
this->HasIntroduced = false;
this->IsWalking = false;
this->IsIntroducing = false;
this->ShouldSit = false;
this->StopSit = false;
this->ShouldCollapse = false;
this->IsPoweredDown = false;
this->WalkingRate = 1.00f;
this->NormalWalkSpeed = 200.00f;
}