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

10 lines
265 B
C++
Executable file

#include "DroneFollowState.h"
UDroneFollowState::UDroneFollowState() {
this->FollowTarget = NULL;
this->MaxFollowRadius = 1000.00f;
this->MinFollowRadius = 300.00f;
this->UpdateLocationInterval = 8.00f;
this->UpdateLocationVariance = 3.00f;
}