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

12 lines
258 B
C++

#include "VehiclePawnState.h"
FVehiclePawnState::FVehiclePawnState() {
this->Vehicle = NULL;
this->VehicleApexZ = 0.00f;
this->SeatIndex = 0;
this->ExitSocketIndex = 0;
this->bOverrideVehicleExit = false;
this->EntryTime = 0.00f;
}