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

11 lines
311 B
C++
Executable file

#include "ControllerSettings.h"
FControllerSettings::FControllerSettings() {
this->AimInnerDeadZone = 0.00f;
this->AimSensitivity = 0.00f;
this->AimOuterAcceleration = 0.00f;
this->Turn180Mode = ETurn180Mode::PressRun;
this->bPreviousItemEnabled = false;
this->bChatEnabled = false;
}