| 12345678910111213141516171819202122232425 |
- <?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>
- <!--
- StaticGameObjects.xml is the central include for game objects that should always stay in memory.
- Do not include map specific objects here. They should be included in the map.xml.
- -->
- <!-- Red Alert 3 -->
- <Include type="all" source="DATA:Allied/Allied.xml" />
- <Include type="all" source="DATA:Soviet/Soviet.xml" />
- <Include type="all" source="DATA:Japan/Japan.xml" />
- <Include type="all" source="DATA:System/MissionHotSpotSettings.xml" />
- <Include type="all" source="DATA:Neutral/NeutralStatic.xml" />
- <Include type="all" source="DATA:System/RallyPointMarker.xml" />
- <Include type="all" source="DATA:System/PlayerPowerTargetMarker.xml" />
- <Include type="all" source="DATA:System/ViewMarker.xml" />
- <Include type="all" source="DATA:System/PlayerSpellBook.xml" />
- </Includes>
- </AssetDeclaration>
|