SubsystemSettings.xml 551 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Tags></Tags>
  4. <Includes>
  5. <!--
  6. This is the central location for including the various subsystem settings.
  7. For sanity, please keep these includes ordered in the load order specified
  8. by the LoadAfter parameter of the subsystems.
  9. -->
  10. <Include type="all" source="System/TerrainVisualSettings.xml" />
  11. <Include type="all" source="System/PathfindSettings.xml" />
  12. </Includes>
  13. </AssetDeclaration>