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

11 lines
238 B
C++

#include "FortVehicleDynAnimInstance.h"
UFortVehicleDynAnimInstance::UFortVehicleDynAnimInstance() {
this->Vehicle = NULL;
this->Quad = NULL;
this->Speed = 0.00f;
this->SpeedABS = 0.00f;
this->bIsBoosting = false;
}