#include "VehicleTrickSequenceBasics.h" FVehicleTrickSequenceBasics::FVehicleTrickSequenceBasics() { this->TrickStartTime = 0.00f; this->TrickStartDistance = 0.00f; this->TrickStartHeight = 0.00f; this->TrickPointsPerAirSecond = 0.00f; this->TrickPointsPerAirDistance = 0.00f; this->TrickPointsPerAirHeight = 0.00f; }