Files
2026-04-22 15:51:07 +02:00

11 lines
263 B
C++

#include "FortVehicleAudioParam.h"
FFortVehicleAudioParam::FFortVehicleAudioParam() {
this->Value = 0.00f;
this->InterpType = EVehicleAudioInterpolationType::None;
this->Curve = NULL;
this->AttackSpeed = 0.00f;
this->ReleaseSpeed = 0.00f;
}