降落也是20米

This commit is contained in:
pxzleo 2017-09-22 10:11:44 +08:00
parent 5c8d77ffeb
commit b0f6934b1a

View File

@ -8,7 +8,7 @@ namespace Plane.FormationCreator.Formation
{
public partial class FlightTask
{
private float _RTLAlt = 15.0f;
private float _RTLAlt = 20.0f;
public float RTLAlt
{
get { return _RTLAlt; }