9 lines
195 B
C++
Executable file
9 lines
195 B
C++
Executable file
#include "DownCameraSettings.h"
|
|
|
|
FDownCameraSettings::FDownCameraSettings() {
|
|
this->TargetIndex = 0;
|
|
this->MinPitch = 0.00f;
|
|
this->MaxPitch = 0.00f;
|
|
this->SmoothSpeed = 0.00f;
|
|
}
|
|
|