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