18 lines
394 B
XML
18 lines
394 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
Common configuration for all YASim C310 models.
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList include="c310-base.xml">
|
|
|
|
<sim>
|
|
|
|
<flight-model>yasim</flight-model>
|
|
<aero>c310</aero>
|
|
<fuel-fraction>1.0</fuel-fraction>
|
|
|
|
</sim>
|
|
|
|
</PropertyList>
|