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

10 lines
215 B
C++

#include "FlightControlSurfaces.h"
FFlightControlSurfaces::FFlightControlSurfaces() {
this->RudderAngle = 0.00f;
this->AileronAngle = 0.00f;
this->ElevatorAngle = 0.00f;
this->FlapAngle = 0.00f;
}