mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
12 lines
301 B
C++
12 lines
301 B
C++
#include "VehicleTrickLocalAxisRotInfo.h"
|
|
|
|
FVehicleTrickLocalAxisRotInfo::FVehicleTrickLocalAxisRotInfo() {
|
|
this->Angle = 0.00f;
|
|
this->AccumulatedHalfSpinCount = 0;
|
|
this->AccumulatedAngle = 0.00f;
|
|
this->AngleAtFurthestExtent = 0.00f;
|
|
this->TrickOrder = 0;
|
|
this->Points = 0;
|
|
}
|
|
|