mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
14 lines
415 B
C++
14 lines
415 B
C++
#include "FortGamepadSensitivityPreset.h"
|
|
|
|
FFortGamepadSensitivityPreset::FFortGamepadSensitivityPreset() {
|
|
this->LookHorizontalSpeed = 0;
|
|
this->LookVerticalSpeed = 0;
|
|
this->LookHorizontalSpeedAds = 0;
|
|
this->LookVerticalSpeedAds = 0;
|
|
this->LookHorizontalBoostSpeed = 0;
|
|
this->LookVerticalBoostSpeed = 0;
|
|
this->LookHorizontalBoostSpeedAds = 0;
|
|
this->LookVerticalBoostSpeedAds = 0;
|
|
}
|
|
|